Skip to content

Commit 3c7a953

Browse files
committed
one more change in setenv.sh
1 parent f363a6f commit 3c7a953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ elif [ "$JENKINS" = "true" ]; then
277277
/usr/local/packages/aime/ias/run_as_root "mkdir -p $PV_ROOT/acceptance_test_pv_archive"
278278
/usr/local/packages/aime/ias/run_as_root "chmod 777 $PV_ROOT/acceptance_test_pv_archive"
279279

280-
if [ -z "$JRF_ENABLED" ]; then
280+
if [ "$JRF_ENABLED" = false ]; then
281281
get_wlthint3client_from_image
282282
fi
283283
else
@@ -295,7 +295,7 @@ else
295295
export JAR_VERSION="`grep -m1 "<version>" pom.xml | cut -f2 -d">" | cut -f1 -d "<"`"
296296
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 .
297297

298-
if [ -z "$JRF_ENABLED" ]; then
298+
if [ "$JRF_ENABLED" = false ]; then
299299
get_wlthint3client_from_image
300300
fi
301301
fi

0 commit comments

Comments
 (0)