Skip to content

Commit 67698d8

Browse files
committed
use wl image for krun.sh
1 parent 2de6471 commit 67698d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-tests/bash/cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ if [ "${DELETE_FILES:-true}" = "true" ]; then
350350

351351
echo @@ Launching run to delete all pv contents. This runs in the k8s cluster, /sharedparent mounts PV_ROOT.
352352
# $SCRIPTPATH/job.sh "rm -fr /scratch/acceptance_test_pv"
353-
$SCRIPTPATH/krun.sh -m "${PV_ROOT}:/sharedparent" -c 'rm -fr /sharedparent/acceptance_test_pv'
353+
$SCRIPTPATH/krun.sh -i store/oracle/weblogic:12.2.1.3 -m "${PV_ROOT}:/sharedparent" -c 'rm -fr /sharedparent/acceptance_test_pv'
354354
[ "$?" = "0" ] || SUCCESS="1"
355355

356356
# Delete old test files owned by the current user.

0 commit comments

Comments
 (0)