File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ public static void initialize(String appPropsFile) throws Exception {
64
64
// resultDir = resultRoot + "/acceptance_test_tmp";
65
65
userProjectsDir = resultRoot + "/acceptance_test_tmp/user-projects" ;
66
66
projectRoot = System .getProperty ("user.dir" ) + "/.." ;
67
-
68
- //BRANCH_NAME var is used in Jenkins job
67
+
68
+ // BRANCH_NAME var is used in Jenkins job
69
69
if (System .getenv ("BRANCH_NAME" ) != null ) {
70
70
branchName = System .getenv ("BRANCH_NAME" );
71
71
} else {
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ private void initialize() throws Exception {
279
279
}
280
280
281
281
// customize the inputs yaml file to use our pre-built docker image
282
- //IMAGE_NAME_OPERATOR & IMAGE_TAG_OPERATOR variables are used for wercker
282
+ // IMAGE_NAME_OPERATOR & IMAGE_TAG_OPERATOR variables are used for wercker
283
283
if (System .getenv ("IMAGE_NAME_OPERATOR" ) != null
284
284
&& System .getenv ("IMAGE_TAG_OPERATOR" ) != null ) {
285
285
operatorProps .put (
You can’t perform that action at this time.
0 commit comments