Skip to content

Commit 15ed545

Browse files
committed
Install scp
1 parent 6709931 commit 15ed545

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wercker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ integration-test179:
5555
name: Run integration tests
5656
code: |
5757
# Copy Docker file to OCI host and load into local Docker registry
58+
yum install -y openssh-clients
5859
echo $OCI_K8S_179_SSHKEY > /tmp/ssh_key
5960
scp -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@OCI_K8S_179_WORKER0_IP:/scratch/build.tar
6061
ssh -i /tmp/ssh_key opc@OCI_K8S_179_WORKER0_IP "tar -xvf /scratch/operator.tar”
@@ -132,6 +133,7 @@ integration-test185:
132133
name: Run integration tests
133134
code: |
134135
# Copy Docker file to OCI host and load into local Docker registry
136+
yum install -y openssh-clients
135137
echo $OCI_K8S_185_SSHKEY > /tmp/ssh_key
136138
scp -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@OCI_K8S_185_WORKER0_IP:/scratch/build.tar
137139
ssh -i /tmp/ssh_key opc@OCI_K8S_185_WORKER0_IP "tar -xvf /scratch/operator.tar”

0 commit comments

Comments
 (0)