Skip to content

Commit bf24518

Browse files
committed
Remove stage-ci Makefile target
This target is nowhere used and is just misleading that we run any job with it. We usually use the k8s-ci-builder jobs for that purpose. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 98165ce commit bf24518

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@ RELEASE_TOOLS ?=
8383
release-tools: ## Compiles a set of release tools, specified by $RELEASE_TOOLS
8484
./compile-release-tools $(RELEASE_TOOLS)
8585

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-
9486
##@ Images
9587

9688
.PHONY: update-images

0 commit comments

Comments
 (0)