We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5211b71 commit 0da01ceCopy full SHA for 0da01ce
integration-tests/src/test/resources/setupenv.sh
@@ -296,7 +296,7 @@ elif [ "$JENKINS" = "true" ]; then
296
/usr/local/packages/aime/ias/run_as_root "mkdir -p $PV_ROOT/acceptance_test_pv_archive"
297
/usr/local/packages/aime/ias/run_as_root "chmod 777 $PV_ROOT/acceptance_test_pv_archive"
298
299
- if [ "$JRF_ENABLED" = false ]; then
+ if [ "$JRF_ENABLED" = false ] && [ "$IMAGE_TAG_WEBLOGIC" != "12.2.1.4-slim"]; then
300
get_wlthint3client_from_image
301
fi
302
else
0 commit comments