Skip to content

Commit 163217d

Browse files
committed
adding debug statement
1 parent 18a2841 commit 163217d

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ public static void createDockerRegistrySecret(
459459
+ dockerEmail
460460
+ " -n "
461461
+ namespace;
462+
logger.info("Running command "+command);
462463
ExecResult result = ExecCommand.exec(command);
463464
if (result.exitValue() != 0) {
464465
throw new RuntimeException("Couldn't create secret " + result.stderr());

0 commit comments

Comments
 (0)