Skip to content

Commit

Permalink
Merge pull request #99 from Nordix/add/kustomize-binary-creation
Browse files Browse the repository at this point in the history
🌱 Add $(KUSTOMIZE) binary installation in release-manifests
  • Loading branch information
metal3-io-bot authored Feb 17, 2022
2 parents 4640aca + 41d69e5 commit f25729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ $(RELEASE_NOTES_DIR):
mkdir -p $(RELEASE_NOTES_DIR)/

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

.PHONY: release-notes
Expand Down

0 comments on commit f25729b

Please sign in to comment.