File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ elif [ "$JENKINS" = "true" ]; then
269
269
/usr/local/packages/aime/ias/run_as_root " mkdir -p $PV_ROOT /acceptance_test_pv_archive"
270
270
/usr/local/packages/aime/ias/run_as_root " chmod 777 $PV_ROOT /acceptance_test_pv_archive"
271
271
272
- if [ " $JRF_ENABLED " = false ] && [ " $IMAGE_TAG_WEBLOGIC " != " 12.2.1.4-slim" ]; then
272
+ if [ " $JRF_ENABLED " = false ] && [ " $IMAGE_TAG_WEBLOGIC " != " 12.2.1.4-slim" ]; then
273
273
get_wlthint3client_from_image
274
274
fi
275
275
else
288
288
docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy --build-arg no_proxy=$no_proxy -t " ${IMAGE_NAME_OPERATOR} :${IMAGE_TAG_OPERATOR} " --build-arg VERSION=$JAR_VERSION --no-cache=true .
289
289
docker tag " ${IMAGE_NAME_OPERATOR} :${IMAGE_TAG_OPERATOR} " weblogic-kubernetes-operator:latest
290
290
291
- if [ " $JRF_ENABLED " = false ] && [ " $IMAGE_TAG_WEBLOGIC " != " 12.2.1.4-slim" ]; then
291
+ if [ " $JRF_ENABLED " = false ] && [ " $IMAGE_TAG_WEBLOGIC " != " 12.2.1.4-slim" ]; then
292
292
get_wlthint3client_from_image
293
293
fi
294
294
fi
You can’t perform that action at this time.
0 commit comments