Skip to content

Commit

Permalink
Merge pull request #259 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 97dada1 + fead20d commit 9e5d13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.

CRD_SCHEMA_CHECKER_VERSION ?= release-4.16

BRANCH=main
BRANCH ?= main

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

0 comments on commit 9e5d13c

Please sign in to comment.