File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ clean: ## Cleans up everything.
310
310
rm -rf $(TOOLS_BIN_DIR )
311
311
rm -rf cluster-api
312
312
rm -rf test/e2e/data/infrastructure-cloudstack/* /* yaml
313
+ rm -rf config/.flag.mk config/.flag-test.mk .dockerflag.mk
313
314
314
315
# #@ Release
315
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 )
345
346
346
347
.PHONY : release-templates
347
- release-templates : $(RELEASE_DIR ) # # Generate release templates
348
+ release-templates : # # Generate release templates
349
+ @mkdir -p $(RELEASE_DIR )
348
350
cp templates/cluster-template* .yaml $(RELEASE_DIR ) /
349
351
350
352
.PHONY : upload-staging-artifacts
You can’t perform that action at this time.
0 commit comments