File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ if [ "${DELETE_FILES:-true}" = "true" ]; then
352
352
echo @@ Launching run to delete all pv contents. This runs in the k8s cluster, /sharedparent mounts PV_ROOT.
353
353
# $SCRIPTPATH/job.sh "rm -fr /scratch/acceptance_test_pv"
354
354
if [ " $WERCKER " = " true" ]; then
355
- $SCRIPTPATH /krun.sh -i phx.ocir.io/weblogick8s/serverjre:8 -m " ${PV_ROOT} :/sharedparent" -c ' rm -fr /sharedparent/acceptance_test_pv'
355
+ $SCRIPTPATH /krun.sh -i phx.ocir.io/weblogick8s/serverjre:8 -s ${IMAGE_PULL_SECRET_WEBLOGIC} - m " ${PV_ROOT} :/sharedparent" -c ' rm -fr /sharedparent/acceptance_test_pv'
356
356
else
357
357
$SCRIPTPATH /krun.sh -m " ${PV_ROOT} :/sharedparent" -c ' rm -fr /sharedparent/acceptance_test_pv'
358
358
fi
You can’t perform that action at this time.
0 commit comments