Skip to content
Snippets Groups Projects
Commit decedc22 authored by Your Name's avatar Your Name
Browse files

fix clone

parent 1fdca00e
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ if [ ! -z "$clona" ]; then
[[ ! -d "$REPO" ]] && git clone ssh://git@git.ia2.inaf.it/hotwheels/$REPO.git
pushd $REPO
[[ ! -d "venv" ]] && python3 -mvenv venv && . venv/bin/activate && pip install autopep8 && pip install PyYaml
[[ "$REPO" != gitlab-profile ]] && [[ ! -d "venv" ]] && python3 -mvenv venv && . venv/bin/activate && pip install autopep8 && pip install PyYaml
git switch dev || echo no dev branch
popd
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment