Skip to content

Commit 2343e39

Browse files
committed
Use echo -e
1 parent fcb857e commit 2343e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wercker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ integration-test179:
5656
code: |
5757
# Copy Docker file to OCI host and load into local Docker registry
5858
yum install -y openssh-clients
59-
echo $OCI_K8S_179_SSHKEY > /tmp/ssh_key
59+
echo -e $OCI_K8S_179_SSHKEY > /tmp/ssh_key
6060
chmod 600 /tmp/ssh_key
6161
scp -o StrictHostKeyChecking=no -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_179_WORKER0_IP:/scratch/build.tar
6262
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:
135135
code: |
136136
# Copy Docker file to OCI host and load into local Docker registry
137137
yum install -y openssh-clients
138-
echo $OCI_K8S_185_SSHKEY > /tmp/ssh_key
138+
echo -e $OCI_K8S_185_SSHKEY > /tmp/ssh_key
139139
chmod 600 /tmp/ssh_key
140140
cat /tmp/ssh_key
141141
scp -v -o StrictHostKeyChecking=no -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_185_WORKER0_IP:/scratch/build.tar

0 commit comments

Comments
 (0)