Pull after committing regenerated files

PiperOrigin-RevId: 516537048
pull/12202/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent a85eda6647
commit 3b2eadf3cd
  1. 2
      ci/push_auto_update.sh

@ -39,7 +39,7 @@ else
commit_message="Auto-generate files"
fi
git pull --rebase
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..."

Loading…
Cancel
Save