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 @@ -277,7 +277,7 @@ elif [ "$JENKINS" = "true" ]; then
277
277
/usr/local/packages/aime/ias/run_as_root " mkdir -p $PV_ROOT /acceptance_test_pv_archive"
278
278
/usr/local/packages/aime/ias/run_as_root " chmod 777 $PV_ROOT /acceptance_test_pv_archive"
279
279
280
- if [ -z " $JRF_ENABLED " ]; then
280
+ if [ " $JRF_ENABLED " = false ]; then
281
281
get_wlthint3client_from_image
282
282
fi
283
283
else
295
295
export JAR_VERSION=" ` grep -m1 " <version>" pom.xml | cut -f2 -d" >" | cut -f1 -d " <" ` "
296
296
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 .
297
297
298
- if [ -z " $JRF_ENABLED " ]; then
298
+ if [ " $JRF_ENABLED " = false ]; then
299
299
get_wlthint3client_from_image
300
300
fi
301
301
fi
You can’t perform that action at this time.
0 commit comments