Skip to content

Commit b8fa8e1

Browse files
committed
Use OpenShift internal registry instead of external
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 44c554a commit b8fa8e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/run-openshift-remote-cluster

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ ct_os_check_compulsory_vars
2222

2323
oc status || false "It looks like oc is not properly logged in."
2424

25-
# For testing on OpenShift 4 we use external registry
26-
export CT_EXTERNAL_REGISTRY=true
25+
# For testing on OpenShift 4 we use internal registry
26+
export CT_OCP4_TEST=true
2727

2828
# Check the template
2929
test_postgresql_integration "${IMAGE_NAME}"

0 commit comments

Comments
 (0)