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.
2 parents d236ba3 + bf24518 commit 196bd87Copy full SHA for 196bd87
Makefile
@@ -83,14 +83,6 @@ RELEASE_TOOLS ?=
83
release-tools: ## Compiles a set of release tools, specified by $RELEASE_TOOLS
84
./compile-release-tools $(RELEASE_TOOLS)
85
86
-##@ GCB Jobs
87
-
88
-.PHONY: stage-ci
89
90
-stage-ci: ## Compiles/installs krel and submits a MOCK streamed stage build to GCB (used for Prow)
91
- RELEASE_TOOLS="krel" $(MAKE) release-tools
92
- krel stage --stream
93
94
##@ Images
95
96
.PHONY: update-images
0 commit comments