Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3b2eadf

Browse files
mkruskal-googlecopybara-github
authored andcommittedMar 14, 2023
Pull after committing regenerated files
PiperOrigin-RevId: 516537048
1 parent a85eda6 commit 3b2eadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ci/push_auto_update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ else
3939
commit_message="Auto-generate files"
4040
fi
4141

42-
git pull --rebase
4342
git add -A
4443
git diff --staged --quiet || git commit -am "$commit_message"
44+
git pull --rebase
4545
git push || echo "Conflicting commit hit, retrying in next job..."

0 commit comments

Comments
 (0)
Please sign in to comment.