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