Skip to content

Commit 149bd93

Browse files
committed
adding /scratch/vmukkara/depot/dev/auto_download/x86_64/jdk180131b11/jdk1.8.0_131/bin to PATH on wercker
1 parent a5eda32 commit 149bd93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ 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+
# docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
91+
# docker pull $IMAGE_NAME_WEBLOGIC:$IMAGE_TAG_WEBLOGIC
9292
fi
9393
set -x
9494
echo "Pull and tag the images we need"

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ integration-test-java:
111111
mv epel-apache-maven.repo /etc/yum.repos.d/
112112
yum install -y apache-maven
113113
export M2_HOME="/usr/share/apache-maven"
114-
export PATH=$M2_HOME/bin:$PATH
114+
export PATH=$M2_HOME/bin:$PATH:$JAVA_HOME/bin
115115
116116
# install opensll
117117
yum install -y openssl

0 commit comments

Comments
 (0)