Skip to content

Commit f25729b

Browse files
Merge pull request #99 from Nordix/add/kustomize-binary-creation
🌱 Add $(KUSTOMIZE) binary installation in release-manifests
2 parents 4640aca + 41d69e5 commit f25729b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ $(RELEASE_NOTES_DIR):
303303
mkdir -p $(RELEASE_NOTES_DIR)/
304304

305305
.PHONY: release-manifests
306-
release-manifests: $(RELEASE_DIR) ## Builds the manifests to publish with a release
306+
release-manifests: $(KUSTOMIZE) $(RELEASE_DIR) ## Builds the manifests to publish with a release
307307
$(KUSTOMIZE) build config/default > $(RELEASE_DIR)/ipam-components.yaml
308308

309309
.PHONY: release-notes

0 commit comments

Comments
 (0)