Skip to content

Commit

Permalink
Merge pull request #239 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 3, 2024
2 parents 1ca69ec + 675f0dd commit caecc88
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 @@ -386,7 +386,7 @@ run-with-webhook: export HEALTH_PORT?=8081
run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
/bin/bash hack/run_with_local_webhook.sh

BRANCH=main
BRANCH ?= main
.PHONY: force-bump
force-bump: ## Force bump operator and lib-common dependencies
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|openstack-baremetal-operator|^replace' | awk '{print $$1}'); do \
Expand Down

0 comments on commit caecc88

Please sign in to comment.