Skip to content

Commit ae2204f

Browse files
committed
fix
1 parent 71d1c07 commit ae2204f

File tree

1 file changed

+2
-2
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+2
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,8 @@ protected void callCreateDomainScript(String outputDir) throws Exception {
11281128
gitCloneDockerImagesSample();
11291129
}
11301130

1131+
copyDomainTemplate(domainMap);
1132+
11311133
// copy create domain py script if domain map contains createDomainPyScript
11321134
copyCreateDomainPy();
11331135

@@ -1394,8 +1396,6 @@ protected void initialize(Map<String, Object> inputDomainMap) throws Exception {
13941396
TestUtils.exec(
13951397
"cp -rf " + BaseTest.getProjectRoot() + "/kubernetes/samples " + BaseTest.getResultDir());
13961398

1397-
copyDomainTemplate(inputDomainMap);
1398-
13991399
this.voyager =
14001400
(System.getenv("LB_TYPE") != null && System.getenv("LB_TYPE").equalsIgnoreCase("VOYAGER"))
14011401
|| (inputDomainMap.containsKey("loadBalancer")

0 commit comments

Comments
 (0)