Skip to content

Commit ef048a9

Browse files
committed
update createWeblogicDomain to createWebLogicDomain in run.sh
1 parent 701162b commit ef048a9

File tree

1 file changed

+2
-2
lines changed
  • src/integration-tests/bash

1 file changed

+2
-2
lines changed

src/integration-tests/bash/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)