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 {
24392439 local inputs=$TMP_DIR /create-weblogic-domain-inputs.yaml
24402440 local outfile=" $TMP_DIR /startup-weblogic-domain.out"
24412441 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}
24442444 trace " helm install output:"
24452445 cat $outfile
24462446 else
You can’t perform that action at this time.
0 commit comments