We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd78bee commit 9980541Copy full SHA for 9980541
ci/push_auto_update.sh
@@ -42,4 +42,4 @@ fi
42
git add -A
43
git diff --staged --quiet || git commit -am "$commit_message"
44
git pull --rebase
45
-git push || echo "Conflicting commit hit, retrying in next job..."
+git push --force-with-lease || echo "Conflicting commit hit, retrying in next job..."
0 commit comments