Skip to content

Commit 28c31a3

Browse files
committed
Correct yaml
1 parent b2ba54e commit 28c31a3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

wercker.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ integration-test179:
5757
# Copy Docker file to OCI host and load into local Docker registry
5858
yum install -y openssh-clients
5959
cat <<EOF > /tmp/ssh_key
60-
$OCI_K8S_179_SSHKEY
61-
EOF
60+
$OCI_K8S_179_SSHKEY
61+
EOF
62+
6263
scp -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_179_WORKER0_IP:/scratch/build.tar
6364
ssh -i /tmp/ssh_key opc@$OCI_K8S_179_WORKER0_IP "tar -xvf /scratch/operator.tar”
6465
ssh -i /tmp/ssh_key opc@$OCI_K8S_179_WORKER0_IP "sudo docker build -t weblogic-kubernetes-operator:$WERCKER_GIT_BRANCH --no-cache=true /scratch/”
@@ -137,8 +138,9 @@ integration-test185:
137138
# Copy Docker file to OCI host and load into local Docker registry
138139
yum install -y openssh-clients
139140
cat <<EOF > /tmp/ssh_key
140-
$OCI_K8S_185_SSHKEY
141-
EOF
141+
$OCI_K8S_185_SSHKEY
142+
EOF
143+
142144
scp -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_185_WORKER0_IP:/scratch/build.tar
143145
ssh -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "tar -xvf /scratch/operator.tar”
144146
ssh -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "sudo docker build -t weblogic-kubernetes-operator:$WERCKER_GIT_BRANCH --no-cache=true /scratch/”

0 commit comments

Comments
 (0)