Skip to content

Commit d7ec36a

Browse files
"Added git pull and rebase to kustomize-ci workflow"
1 parent 759bbf8 commit d7ec36a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/kustomize-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
8686
git add "$FILE"
8787
git commit -m "Update image tag to $IMAGE_TAG"
88+
89+
git pull origin auto/kustomize-update --rebase || true
8890
git push origin HEAD:auto/kustomize-update --force-with-lease
8991
9092

0 commit comments

Comments
 (0)