From 258fb3157f786005515bd40cf8937cb3a13f8428 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Tue, 4 Jun 2019 13:28:10 -0400 Subject: [PATCH] Fix syntax error in cluster-launch-installer-src.yaml --- .../openshift/installer/cluster-launch-installer-src.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml index 4c2f1ce8e9f89..22715e6026753 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml @@ -163,7 +163,6 @@ objects: # TODO: make openshift-tests auto-discover this from cluster config export TEST_PROVIDER='{"type":"azure","region":"centralus","multizone":true,"multimaster":true}' export KUBE_SSH_USER=core - fi elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then mkdir -p ~/.ssh cp /tmp/cluster/ssh-privatekey ~/.ssh/kube_openstack_rsa || true