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 2de6471 commit 67698d8Copy full SHA for 67698d8
src/integration-tests/bash/cleanup.sh
@@ -350,7 +350,7 @@ if [ "${DELETE_FILES:-true}" = "true" ]; then
350
351
echo @@ Launching run to delete all pv contents. This runs in the k8s cluster, /sharedparent mounts PV_ROOT.
352
# $SCRIPTPATH/job.sh "rm -fr /scratch/acceptance_test_pv"
353
- $SCRIPTPATH/krun.sh -m "${PV_ROOT}:/sharedparent" -c 'rm -fr /sharedparent/acceptance_test_pv'
+ $SCRIPTPATH/krun.sh -i store/oracle/weblogic:12.2.1.3 -m "${PV_ROOT}:/sharedparent" -c 'rm -fr /sharedparent/acceptance_test_pv'
354
[ "$?" = "0" ] || SUCCESS="1"
355
356
# Delete old test files owned by the current user.
0 commit comments