Force push auto-commits to bypass branch protection status checks

PiperOrigin-RevId: 539109983
pull/13015/head
Mike Kruskal 2023-06-09 09:59:52 -07:00 committed by Copybara-Service
parent cf465769de
commit a6f557fe81
1 changed files with 1 additions and 1 deletions

View File

@ -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..."