Skip to content

Commit 970e73d

Browse files
committed
Makefile: fix release-template
make: *** No rule to make target 'out', needed by 'release-templates'. Stop.
1 parent b0d2c9d commit 970e73d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@ release-alias-tag: # Adds the tag to the last build tag.
344344
gcloud container images add-tag -q $(CONTROLLER_IMG):$(TAG) $(CONTROLLER_IMG):$(RELEASE_ALIAS_TAG)
345345

346346
.PHONY: release-templates
347-
release-templates: $(RELEASE_DIR) ## Generate release templates
347+
release-templates: ## Generate release templates
348+
@mkdir -p $(RELEASE_DIR)
348349
cp templates/cluster-template*.yaml $(RELEASE_DIR)/
349350

350351
.PHONY: upload-staging-artifacts

0 commit comments

Comments
 (0)