Checkout master first

This commit is contained in:
Bob Mottram 2016-11-12 11:16:52 +00:00
parent 7121c60452
commit 58793becf6
1 changed files with 2 additions and 0 deletions

View File

@ -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