Skip to content

Commit 8aa7048

Browse files
committed
merge latest develop
1 parent da5760e commit 8aa7048

File tree

1 file changed

+2
-2
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+2
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Operator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ private void generateInputYaml() throws Exception {
315315
logger.info("Invoking " + sb.toString());
316316
ExecCommand.exec(sb.toString());
317317

318-
String content = new String(Files.readAllBytes(Paths.get(generatedInputYamlFile)));
319-
logger.info("Content of weblogic-operator-values.yaml \n" + content);
318+
/* String content = new String(Files.readAllBytes(Paths.get(generatedInputYamlFile)));
319+
logger.info("Content of weblogic-operator-values.yaml \n" + content); */
320320
}
321321

322322
private void runCommandInLoop(String command) throws Exception {

0 commit comments

Comments
 (0)