change branch
This commit is contained in:
parent
24e75bc07f
commit
2619a50410
|
@ -62,6 +62,8 @@ function install_orchestra () {
|
||||||
# Finishing partial installation
|
# Finishing partial installation
|
||||||
surun "export GIT_DIR=$home/django-orchestra/.git; git pull"
|
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"
|
echo $home/django-orchestra/ | sudo tee "$python_path/orchestra.pth"
|
||||||
else
|
else
|
||||||
echo "You may want to execute 'git pull origin master'?"
|
echo "You may want to execute 'git pull origin master'?"
|
||||||
|
|
Loading…
Reference in New Issue