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 47e9e41 commit 095412eCopy full SHA for 095412e
integration-tests/src/test/java/oracle/kubernetes/operator/utils/Operator.java
@@ -279,7 +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());
+ 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