File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,12 @@ 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
+ echo @@ Creating Repo Secret
356
+ kubectl create secret docker-registry $IMAGE_PULL_SECRET_WEBLOGIC \
357
+ --docker-server=$REPO_SERVER \
358
+ --docker-username=$REPO_USERNAME \
359
+ --docker-password=$REPO_PASSWORD \
360
+ --docker-email=$REPO_EMAIL
355
361
$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
362
else
357
363
$SCRIPTPATH /krun.sh -m " ${PV_ROOT} :/sharedparent" -c ' rm -fr /sharedparent/acceptance_test_pv'
You can’t perform that action at this time.
0 commit comments