Skip to content

Commit

Permalink
Merge pull request #666 from stuggi/branch_var
Browse files Browse the repository at this point in the history
Use conditional assignment for BRANCH
  • Loading branch information
openshift-merge-bot[bot] authored Dec 4, 2024
2 parents 52beb44 + 6a6fa47 commit ab58953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ $(GINKGO): $(LOCALBIN)
test -s $(LOCALBIN)/ginkgo || GOBIN=$(LOCALBIN) go install github.com/onsi/ginkgo/v2/ginkgo

CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
BRANCH ?= main

PHONY: crd-schema-check
crd-schema-check: manifests
Expand Down

0 comments on commit ab58953

Please sign in to comment.