Work around an edge case for the macOS nightly builds

This commit is contained in:
Justin Clift
2018-12-12 00:19:25 +11:00
parent c796a7cb8e
commit f6abc61ff4

View File

@@ -74,6 +74,9 @@ git reset --hard HEAD >>$LOG 2>&1
git clean -dffx >>$LOG 2>&1
git pull >>$LOG 2>&1
git checkout $BRANCH >>$LOG 2>&1
git reset --hard HEAD >>$LOG 2>&1
git clean -dffx >>$LOG 2>&1
git pull >>$LOG 2>&1
# Update the translation files
echo Updating the translations >>$LOG 2>&1
@@ -142,6 +145,9 @@ cd $HOME/git_repos/sqlitebrowser >>$LOG 2>&1
git reset --hard HEAD >>$LOG 2>&1
git clean -dffx >>$LOG 2>&1
git checkout $BRANCH >>$LOG 2>&1
git reset --hard HEAD >>$LOG 2>&1
git clean -dffx >>$LOG 2>&1
git pull >>$LOG 2>&1
# Update the translation files
echo Updating the translations >>$LOG 2>&1