Skip to content

Commit 0347a31

Browse files
"Added git pull and rebase to kustomize-ci workflow and added newline at end of file"
1 parent db31909 commit 0347a31

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
@@ -86,6 +86,8 @@ jobs:
8686
8787
git add "$FILE"
8888
git commit -m "Update image tag to $IMAGE_TAG in kustomize overlay"
89+
90+
git pull origin feature/kustomize-update --rebase
8991
git push origin HEAD:feature/kustomize-update
9092
9193

0 commit comments

Comments
 (0)