Making fetch more resilient

This commit is contained in:
José Manuel Barroso Galindo
2022-12-31 01:37:31 +01:00
committed by GitHub
parent 56ad5f6b6f
commit d7fe1a9251

View File

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