Parcourir la source

Pull before commit

Peter Squicciarini il y a 6 ans
Parent
commit
edb1c6ce8b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)"