We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c41ef commit a9e660fCopy full SHA for a9e660f
integration-tests/src/test/java/oracle/weblogic/kubernetes/actions/impl/Domain.java
@@ -625,7 +625,9 @@ public static boolean scaleClusterWithWLDF(String clusterName,
625
}
626
627
logger.info("Creating WLDF policy rule and action");
628
- String command = new StringBuffer("/u01/callpyscript.sh /u01/wldf.py ")
+ String command = new StringBuffer("echo ${DOMAIN_HOME}")
629
+ .append(" && export DOMAIN_HOME=" + domainHomeLocation)
630
+ .append(" && /u01/callpyscript.sh /u01/wldf.py ")
631
.append(ADMIN_USERNAME_DEFAULT)
632
.append(" ")
633
.append(ADMIN_PASSWORD_DEFAULT)
0 commit comments