Skip to content

Commit 4a9510d

Browse files
committed
ci/prow-entrypoint: drop "build"/"init-and-build-default" verbs
This has been around for a while but isn't used anywhere AFAICT. Just nuke it.
1 parent eb0b37f commit 4a9510d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ci/prow-entrypoint.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,6 @@ main() {
270270
cosa_init "$2"
271271
prepare_repos
272272
;;
273-
"build" | "init-and-build-default") # TODO: change prow job to use init-and-build-default
274-
cosa_init "ocp-rhel-9.6"
275-
cosa_build
276-
;;
277273
# this is called by cosa's CI
278274
"rhcos-cosa-prow-pr-ci")
279275
setup_user

0 commit comments

Comments
 (0)