Force push auto-commits to bypass branch protection status checks

PiperOrigin-RevId: 539109983
pull/13017/head
Mike Kruskal 1 year ago
parent cd78beedc1
commit 9980541f1d
  1. 2
      ci/push_auto_update.sh

@ -42,4 +42,4 @@ fi
git add -A
git diff --staged --quiet || git commit -am "$commit_message"
git pull --rebase
git push || echo "Conflicting commit hit, retrying in next job..."
git push --force-with-lease || echo "Conflicting commit hit, retrying in next job..."

Loading…
Cancel
Save