File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ 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
+ cat <<EOF > /tmp/ssh_key
60
+ $OCI_K8S_179_SSHKEY
61
+ EOF
60
62
scp -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_179_WORKER0_IP:/scratch/build.tar
61
63
ssh -i /tmp/ssh_key opc@$OCI_K8S_179_WORKER0_IP "tar -xvf /scratch/operator.tar”
62
64
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/”
@@ -134,7 +136,9 @@ integration-test185:
134
136
code : |
135
137
# Copy Docker file to OCI host and load into local Docker registry
136
138
yum install -y openssh-clients
137
- echo $OCI_K8S_185_SSHKEY > /tmp/ssh_key
139
+ cat <<EOF > /tmp/ssh_key
140
+ $OCI_K8S_185_SSHKEY
141
+ EOF
138
142
scp -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_185_WORKER0_IP:/scratch/build.tar
139
143
ssh -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "tar -xvf /scratch/operator.tar”
140
144
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