From 9980541f1d865eaf298856111a385ac293da390c Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Fri, 9 Jun 2023 09:59:52 -0700 Subject: [PATCH] Force push auto-commits to bypass branch protection status checks PiperOrigin-RevId: 539109983 --- ci/push_auto_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/push_auto_update.sh b/ci/push_auto_update.sh index 80fa7673eabad..3ee0ec031f50d 100755 --- a/ci/push_auto_update.sh +++ b/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..."