From 2619a5041090bb4dd99aebf81bbe5089e852ce34 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 29 Jan 2021 13:04:22 +0100 Subject: [PATCH] change branch --- scripts/containers/orchestra-deploy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/containers/orchestra-deploy b/scripts/containers/orchestra-deploy index c5203e1a..58c6dadd 100644 --- a/scripts/containers/orchestra-deploy +++ b/scripts/containers/orchestra-deploy @@ -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'?"