Skip to content

Commit

Permalink
fix release makefile target (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 authored and AshleyDumaine committed Apr 19, 2024
1 parent 5d5fb34 commit 3038370
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 @@ -215,7 +215,7 @@ tilt-cluster: ctlptl tilt kind clusterctl
RELEASE_DIR ?= infrastructure-linode

.PHONY: release
release: $(KUSTOMIZE) clean-release set-manifest-image release-manifests generate-flavors release-templates release-metadata clean-release-git
release: kustomize clean-release set-manifest-image release-manifests generate-flavors release-templates release-metadata clean-release-git

$(RELEASE_DIR):
mkdir -p $(RELEASE_DIR)/
Expand Down

0 comments on commit 3038370

Please sign in to comment.