Checkout master first
This commit is contained in:
parent
7121c60452
commit
58793becf6
|
@ -66,6 +66,8 @@ if [ -d $PROJECT_DIR ]; then
|
|||
git merge --abort
|
||||
git stash
|
||||
# TODO after stockholm merge change this to git_pull
|
||||
git checkout master
|
||||
git pull $PROJECT_REPO
|
||||
git checkout stockholm
|
||||
git pull $PROJECT_REPO
|
||||
make install
|
||||
|
|
Loading…
Reference in New Issue