Skip to content

Commit fcb857e

Browse files
committed
Test
1 parent 9eea741 commit fcb857e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wercker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ integration-test185:
137137
yum install -y openssh-clients
138138
echo $OCI_K8S_185_SSHKEY > /tmp/ssh_key
139139
chmod 600 /tmp/ssh_key
140-
scp -o StrictHostKeyChecking=no -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_185_WORKER0_IP:/scratch/build.tar
141-
ssh -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "tar -xvf /scratch/operator.tar”
140+
cat /tmp/ssh_key
141+
scp -v -o StrictHostKeyChecking=no -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_185_WORKER0_IP:/scratch/build.tar
142+
ssh -v -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "tar -xvf /scratch/operator.tar”
142143
ssh -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "sudo docker build -t weblogic-kubernetes-operator:$WERCKER_GIT_BRANCH --no-cache=true /scratch/”
143144
ssh -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "sudo docker save weblogic-kubernetes-operator:$WERCKER_GIT_BRANCH > /scratch/operator.tar”
144145
ssh -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER1_IP "sudo docker load < /scratch/operator.tar”

0 commit comments

Comments
 (0)