Skip to content

Commit 196bd87

Browse files
authored
Merge pull request #1981 from saschagrunert/stage-ci
Remove `stage-ci` Makefile target
2 parents d236ba3 + bf24518 commit 196bd87

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)