浏览代码

Pull before commit

Peter Squicciarini 6 年之前
父节点
当前提交
edb1c6ce8b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)"