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