Skip to content

Commit ee6a14a

Browse files
committed
Store container
1 parent 2343e39 commit ee6a14a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wercker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ build:
4747
# remove unneeded RPMs and clean up the YUM cache
4848
yum -y remove tar gzip
4949
yum clean all
50+
- internal/store-container
5051

5152
# This pipeline runs the integration tests against 1.7.9 k8s cluster on OCI.
5253
integration-test179:
@@ -137,9 +138,8 @@ integration-test185:
137138
yum install -y openssh-clients
138139
echo -e $OCI_K8S_185_SSHKEY > /tmp/ssh_key
139140
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”
143143
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/”
144144
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”
145145
ssh -o StrictHostKeyChecking=no -i /tmp/ssh_key opc@$OCI_K8S_185_WORKER1_IP "sudo docker load < /scratch/operator.tar”

0 commit comments

Comments
 (0)