Skip to content

Commit

Permalink
Merge pull request #1910 from AndrewSirenko/update-generate-release-p…
Browse files Browse the repository at this point in the history
…r-script

Update release-script to use new makefile target
  • Loading branch information
k8s-ci-robot authored Jan 24, 2024
2 parents 5d3d39f + f09e0e9 commit 6e3f58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release-scripts/generate-release-pr
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ update_chart_and_overlays() {

(
cd "$ROOT_DIRECTORY"
make generate-kustomize
make update/kustomize
) >"/dev/null"
}

Expand Down

0 comments on commit 6e3f58f

Please sign in to comment.