Skip to content

Commit

Permalink
Force push auto-commits to bypass branch protection status checks
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 539109983
  • Loading branch information
mkruskal-google committed Jun 9, 2023
1 parent cd78bee commit 9980541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/push_auto_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."

0 comments on commit 9980541

Please sign in to comment.