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