File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-tests/src/test/resources Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ function pull_tag_images {
87
87
echo " secret $IMAGE_PULL_SECRET_WEBLOGIC was not created successfully"
88
88
exit 1
89
89
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
92
92
fi
93
93
set -x
94
94
echo " Pull and tag the images we need"
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ integration-test-java:
111
111
mv epel-apache-maven.repo /etc/yum.repos.d/
112
112
yum install -y apache-maven
113
113
export M2_HOME="/usr/share/apache-maven"
114
- export PATH=$M2_HOME/bin:$PATH
114
+ export PATH=$M2_HOME/bin:$PATH:$JAVA_HOME/bin
115
115
116
116
# install opensll
117
117
yum install -y openssl
You can’t perform that action at this time.
0 commit comments