File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2439,8 +2439,8 @@ function startup_domain {
2439
2439
local inputs=$TMP_DIR /create-weblogic-domain-inputs.yaml
2440
2440
local outfile=" $TMP_DIR /startup-weblogic-domain.out"
2441
2441
cd $PROJECT_ROOT /kubernetes/charts
2442
- trace " calling helm install weblogic-domain --name ${DOM_KEY} -f $inputs --namespace ${NAMESPACE} --set createWeblogicDomain =false"
2443
- helm install weblogic-domain --name ${DOM_KEY} -f $inputs --namespace ${NAMESPACE} --set createWeblogicDomain =false 2>&1 | opt_tee ${outfile}
2442
+ trace " calling helm install weblogic-domain --name ${DOM_KEY} -f $inputs --namespace ${NAMESPACE} --set createWebLogicDomain =false"
2443
+ helm install weblogic-domain --name ${DOM_KEY} -f $inputs --namespace ${NAMESPACE} --set createWebLogicDomain =false 2>&1 | opt_tee ${outfile}
2444
2444
trace " helm install output:"
2445
2445
cat $outfile
2446
2446
else
You can’t perform that action at this time.
0 commit comments