Pull before commit

This commit is contained in:
Peter Squicciarini 2019-05-20 09:27:22 -07:00
parent f5dc0559c2
commit edb1c6ce8b

View File

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