change branch

This commit is contained in:
Cayo Puigdefabregas 2021-01-29 13:04:22 +01:00
parent 24e75bc07f
commit 2619a50410
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ function install_orchestra () {
# Finishing partial installation
surun "export GIT_DIR=$home/django-orchestra/.git; git pull"
}
# TODO remove this line when it branch is merged to master
surun "cd $home/django-orchestra/; git checkout docker"
echo $home/django-orchestra/ | sudo tee "$python_path/orchestra.pth"
else
echo "You may want to execute 'git pull origin master'?"