Browse Source

Pull before commit

Peter Squicciarini 6 years ago
parent
commit
edb1c6ce8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      update_version.sh

+ 1 - 0
update_version.sh

@@ -132,6 +132,7 @@ fi
 
 cd versions
 
+git pull origin master # in case another build just pushed
 git add .
 dateAndMonth=`date "+%D %T"`
 git commit -m "Travis update: $dateAndMonth (Build $TRAVIS_BUILD_NUMBER)"