pull from branch

This commit is contained in:
Bob Mottram 2016-11-12 11:20:39 +00:00
parent 58793becf6
commit 0e2926971e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if [ -d $PROJECT_DIR ]; then
git checkout master
git pull $PROJECT_REPO
git checkout stockholm
git pull $PROJECT_REPO
git pull $PROJECT_REPO origin/stockholm
make install
${PROJECT_NAME} -c $CONFIGURATION_FILE
fi