File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ UI_ENVIRONMENT := ui-e2e-tests
66SSO_USERNAME_READ := $(shell if [ -n "$(CI ) " ]; then cat /usr/local/sandbox-secrets/SSO_USERNAME 2>/dev/null || echo ""; else echo "${SSO_USERNAME}"; fi)
77SSO_PASSWORD_READ := $(shell if [ -n "$(CI ) " ]; then cat /usr/local/sandbox-secrets/SSO_PASSWORD 2>/dev/null || echo ""; else echo "${SSO_PASSWORD}"; fi)
88
9-
10- PUBLISH_UI ?= false
9+ PUBLISH_UI ?= true
1110DEPLOY_UI ?= true
1211
12+ ifneq ($(CLONEREFS_OPTIONS ) ,)
13+ PUBLISH_UI = false
14+ endif
15+
16+
1317.PHONY : get-and-publish-devsandbox-dashboard
1418get-and-publish-devsandbox-dashboard :
1519ifneq (${UI_REPO_PATH},)
@@ -49,7 +53,7 @@ test-devsandbox-dashboard-e2e: get-and-publish-devsandbox-dashboard e2e-run-devs
4953
5054.PHONY : test-devsandbox-dashboard-e2e-local
5155test-devsandbox-dashboard-e2e-local :
52- $(MAKE ) get-and-publish-devsandbox-dashboard e2e-run-devsandbox-dashboard UI_REPO_PATH=${PWD} /../devsandbox-dashboard PUBLISH_UI=true DEPLOY_UI=true
56+ $(MAKE ) get-and-publish-devsandbox-dashboard e2e-run-devsandbox-dashboard UI_REPO_PATH=${PWD} /../devsandbox-dashboard
5357
5458.PHONY : clean-devsandbox-dashboard
5559clean-devsandbox-dashboard : HOST_NS=$(shell oc get projects -l app=host-operator --output=name -o jsonpath='{range .items[* ]}{.metadata.name}{"\n"}{end}' | sort | tail -n 1)
You can’t perform that action at this time.
0 commit comments