We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d2c9d commit 970e73dCopy full SHA for 970e73d
Makefile
@@ -344,7 +344,8 @@ release-alias-tag: # Adds the tag to the last build tag.
344
gcloud container images add-tag -q $(CONTROLLER_IMG):$(TAG) $(CONTROLLER_IMG):$(RELEASE_ALIAS_TAG)
345
346
.PHONY: release-templates
347
-release-templates: $(RELEASE_DIR) ## Generate release templates
+release-templates: ## Generate release templates
348
+ @mkdir -p $(RELEASE_DIR)
349
cp templates/cluster-template*.yaml $(RELEASE_DIR)/
350
351
.PHONY: upload-staging-artifacts
0 commit comments