Skip to content

Commit

Permalink
Add generate target to makefile (knative#476)
Browse files Browse the repository at this point in the history
Co-authored-by: David Simansky <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and dsimansk authored Oct 18, 2024
1 parent fb4ab67 commit 6135ad2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test-e2e-local:
./openshift/e2e-tests-local.sh $(TEST)
.PHONY: test-e2e-local

# Generates a ci-operator configuration for a specific branch.
generate-ci-config:
./openshift/ci-operator/generate-ci-config.sh $(BRANCH) > ci-operator-config.yaml
.PHONY: generate-ci-config
# Generate an aggregated knative release yaml file, as well as a CI file with replaced image references
generate-release:
./openshift/release/generate-release.sh
.PHONY: generate-release

0 comments on commit 6135ad2

Please sign in to comment.