Skip to content

Commit 26c1d1a

Browse files
committed
docker pull is needed in setup to get the wlthinclient jar
1 parent 6d8d0fc commit 26c1d1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

integration-tests/src/test/resources/setupenv.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ function pull_tag_images {
8787
echo "secret $IMAGE_PULL_SECRET_WEBLOGIC was not created successfully"
8888
exit 1
8989
fi
90-
# docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
91-
# docker pull $IMAGE_NAME_WEBLOGIC:$IMAGE_TAG_WEBLOGIC
90+
# below docker pull is needed to get wlthint3client.jar from image to put in the classpath
91+
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
92+
docker pull $IMAGE_NAME_WEBLOGIC:$IMAGE_TAG_WEBLOGIC
9293
fi
9394
set -x
9495
echo "Pull and tag the images we need"

0 commit comments

Comments
 (0)