Update Makefile
Co-authored-by: Tomasz Sęk <31410181+tomaszsek@users.noreply.github.com>
This commit is contained in:
parent
66d33ac6d3
commit
35b5bfde7a
2
Makefile
2
Makefile
|
|
@ -65,7 +65,7 @@ PACKAGES_FOR_UNIT_TESTS = $(shell go list -f '{{.ImportPath}}/' ./... | grep -v
|
|||
# Run all the e2e tests by default
|
||||
E2E_TEST_SELECTOR ?= .*
|
||||
|
||||
JENKINS_API_HOSTNAME := $(shell $(JENKINS_API_HOSTNAME_COMMAND) 2> /dev/null || echo 127.0.0.1 )
|
||||
JENKINS_API_HOSTNAME := $(shell $(JENKINS_API_HOSTNAME_COMMAND) 2> /dev/null || echo "" )
|
||||
OPERATOR_ARGS ?= --jenkins-api-hostname=$(JENKINS_API_HOSTNAME) --jenkins-api-port=$(JENKINS_API_PORT) --jenkins-api-use-nodeport=$(JENKINS_API_USE_NODEPORT) $(OPERATOR_EXTRA_ARGS)
|
||||
|
||||
.DEFAULT_GOAL := help
|
||||
|
|
|
|||
Loading…
Reference in New Issue