Commit decedc22 authored by Your Name's avatar Your Name
Browse files

fix clone

parent 1fdca00e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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