mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-08-19 16:24:15 +00:00
Configuring registry credentials
This commit is contained in:
@ -106,5 +106,5 @@ CERTIFIED_REPO ?= "https://github.com/mariadb-operator/certified-operators"
|
||||
CERTIFIED_BRANCH ?= cert-test
|
||||
BUNDLE_PATH ?= "operators/mariadb-operator/${VERSION}"
|
||||
.PHONY: cert-test
|
||||
cert-test: ## Run certification tests in OpenShift.
|
||||
cert-test: openshift-registry ## Run certification tests in OpenShift.
|
||||
CERTIFIED_REPO=$(CERTIFIED_REPO) CERTIFIED_BRANCH=$(CERTIFIED_BRANCH) BUNDLE_PATH=$(BUNDLE_PATH) ./hack/certification_test.sh
|
Reference in New Issue
Block a user