mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-24 03:03:20 +00:00
push_database more resilient in case there are no stashed changes.
This commit is contained in:
committed by
GitHub
parent
ad35e7ddd6
commit
56ad5f6b6f
2
.github/push_database.sh
vendored
2
.github/push_database.sh
vendored
@@ -23,7 +23,7 @@ fi
|
||||
DB_ZIP_NAME="${DB_JSON_NAME}.zip"
|
||||
echo "Creating ${DB_ZIP_NAME} from ${DB_JSON_NAME}."
|
||||
|
||||
git stash pop
|
||||
git stash pop || true
|
||||
zip "${DB_ZIP_NAME}" "${DB_JSON_NAME}"
|
||||
git add "${DB_ZIP_NAME}"
|
||||
git add README.md
|
||||
|
||||
Reference in New Issue
Block a user