File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ integration-test179:
55
55
name : Run integration tests
56
56
code : |
57
57
# Copy Docker file to OCI host and load into local Docker registry
58
+ yum install -y openssh-clients
58
59
echo $OCI_K8S_179_SSHKEY > /tmp/ssh_key
59
60
scp -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@OCI_K8S_179_WORKER0_IP:/scratch/build.tar
60
61
ssh -i /tmp/ssh_key opc@OCI_K8S_179_WORKER0_IP "tar -xvf /scratch/operator.tar”
@@ -132,6 +133,7 @@ integration-test185:
132
133
name : Run integration tests
133
134
code : |
134
135
# Copy Docker file to OCI host and load into local Docker registry
136
+ yum install -y openssh-clients
135
137
echo $OCI_K8S_185_SSHKEY > /tmp/ssh_key
136
138
scp -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@OCI_K8S_185_WORKER0_IP:/scratch/build.tar
137
139
ssh -i /tmp/ssh_key opc@OCI_K8S_185_WORKER0_IP "tar -xvf /scratch/operator.tar”
You can’t perform that action at this time.
0 commit comments