File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public static void initialize(String appPropsFile) throws Exception {
67
67
if (System .getenv ("BRANCH_NAME" ) != null ) {
68
68
branchName = System .getenv ("BRANCH_NAME" );
69
69
} else {
70
- branchName = TestUtils .getGitBranchName (). replaceAll ( "/" , "_" ) ;
70
+ branchName = TestUtils .getGitBranchName ();
71
71
}
72
72
73
73
logger .info ("RESULT_ROOT =" + resultRoot );
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ private void initialize() throws Exception {
289
289
"weblogicOperatorImage" ,
290
290
"wlsldi-v2.docker.oraclecorp.com/weblogic-operator"
291
291
+ ":test_"
292
- + BaseTest .getBranchName ());
292
+ + BaseTest .getBranchName (). replaceAll ( "/" , "_" ) );
293
293
}
294
294
295
295
if (System .getenv ("IMAGE_PULL_POLICY_OPERATOR" ) != null ) {
You can’t perform that action at this time.
0 commit comments