Skip to content

Commit 4e621bd

Browse files
authored
Merge pull request #449 from sclorg/use_internal_openshift_registry
Use OpenShift internal registry instead of external
2 parents 44c554a + b8fa8e1 commit 4e621bd

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)