File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
# remove unneeded RPMs and clean up the YUM cache
48
48
yum -y remove tar gzip
49
49
yum clean all
50
+ - internal/store-container
50
51
51
52
# This pipeline runs the integration tests against 1.7.9 k8s cluster on OCI.
52
53
integration-test179 :
@@ -137,9 +138,8 @@ integration-test185:
137
138
yum install -y openssh-clients
138
139
echo -e $OCI_K8S_185_SSHKEY > /tmp/ssh_key
139
140
chmod 600 /tmp/ssh_key
140
- cat /tmp/ssh_key
141
- scp -v -o StrictHostKeyChecking=no -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_185_WORKER0_IP:/scratch/build.tar
142
- ssh -v -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "tar -xvf /scratch/operator.tar”
141
+ scp -o StrictHostKeyChecking=no -i /tmp/ssh_key $WERCKER_OUTPUT_DIR/build.tar opc@$OCI_K8S_185_WORKER0_IP:/scratch/build.tar
142
+ ssh -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "tar -xvf /scratch/operator.tar”
143
143
ssh -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "sudo docker build -t weblogic-kubernetes-operator:$WERCKER_GIT_BRANCH --no-cache=true /scratch/”
144
144
ssh -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER0_IP "sudo docker save weblogic-kubernetes-operator:$WERCKER_GIT_BRANCH > /scratch/operator.tar”
145
145
ssh -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER1_IP "sudo docker load < /scratch/operator.tar”
You can’t perform that action at this time.
0 commit comments