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 8fc9f70 commit 15f9948Copy full SHA for 15f9948
integration-tests/src/test/java/oracle/kubernetes/operator/utils/TestUtils.java
@@ -1496,7 +1496,7 @@ public static ExecResult loginAndPullImageFromOcir(String image) throws Exceptio
1496
ExecResult result = TestUtils.exec(dockerLoginAndPullCmd);
1497
logger.info(
1498
"cmd "
1499
- + dockerLoginAndPushCmd
+ + dockerLoginAndPullCmd
1500
+ "\n result "
1501
+ result.stdout()
1502
+ "\n err "
0 commit comments