File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,9 @@ integration-test179:
57
57
# Copy Docker file to OCI host and load into local Docker registry
58
58
yum install -y openssh-clients
59
59
cat <<EOF > /tmp/ssh_key
60
- $OCI_K8S_179_SSHKEY
61
- EOF
60
+ $OCI_K8S_179_SSHKEY
61
+ EOF
62
+
62
63
scp -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_179_WORKER0_IP:/scratch/build.tar
63
64
ssh -i /tmp/ssh_key opc@$OCI_K8S_179_WORKER0_IP "tar -xvf /scratch/operator.tar”
64
65
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:
137
138
# Copy Docker file to OCI host and load into local Docker registry
138
139
yum install -y openssh-clients
139
140
cat <<EOF > /tmp/ssh_key
140
- $OCI_K8S_185_SSHKEY
141
- EOF
141
+ $OCI_K8S_185_SSHKEY
142
+ EOF
143
+
142
144
scp -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_185_WORKER0_IP:/scratch/build.tar
143
145
ssh -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "tar -xvf /scratch/operator.tar”
144
146
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/”
You can’t perform that action at this time.
0 commit comments