We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0d2c9d + b27d1f7 commit ff094daCopy full SHA for ff094da
1 file changed
Makefile
@@ -310,6 +310,7 @@ clean: ## Cleans up everything.
310
rm -rf $(TOOLS_BIN_DIR)
311
rm -rf cluster-api
312
rm -rf test/e2e/data/infrastructure-cloudstack/*/*yaml
313
+ rm -rf config/.flag.mk config/.flag-test.mk .dockerflag.mk
314
315
##@ Release
316
## --------------------------------------
@@ -344,7 +345,8 @@ release-alias-tag: # Adds the tag to the last build tag.
344
345
gcloud container images add-tag -q $(CONTROLLER_IMG):$(TAG) $(CONTROLLER_IMG):$(RELEASE_ALIAS_TAG)
346
347
.PHONY: release-templates
-release-templates: $(RELEASE_DIR) ## Generate release templates
348
+release-templates: ## Generate release templates
349
+ @mkdir -p $(RELEASE_DIR)
350
cp templates/cluster-template*.yaml $(RELEASE_DIR)/
351
352
.PHONY: upload-staging-artifacts
0 commit comments