mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Work around an edge case for the macOS nightly builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user