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 63c7a96 commit 47e9e41Copy full SHA for 47e9e41
integration-tests/src/test/java/oracle/kubernetes/operator/utils/Operator.java
@@ -279,6 +279,7 @@ private void initialize() throws Exception {
279
}
280
logger.info("IMAGE_NAME_OPERATOR=" + System.getenv("IMAGE_NAME_OPERATOR"));
281
logger.info("IMAGE_TAG_OPERATOR=" + System.getenv("IMAGE_TAG_OPERATOR"));
282
+ logger.info("Git branch "+TestUtils.getGitBranchName());
283
// customize the inputs yaml file to use our pre-built docker image
284
if (System.getenv("IMAGE_NAME_OPERATOR") != null
285
&& System.getenv("IMAGE_TAG_OPERATOR") != null) {
0 commit comments