mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Making fetch more resilient
This commit is contained in:
committed by
GitHub
parent
56ad5f6b6f
commit
d7fe1a9251
2
.github/push_database.sh
vendored
2
.github/push_database.sh
vendored
@@ -4,7 +4,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
echo "Fetch unshallow"
|
||||
git fetch --unshallow origin
|
||||
git fetch --unshallow origin || true
|
||||
|
||||
git stash
|
||||
CUR_BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||
|
||||
Reference in New Issue
Block a user