Skip to content

Commit 119efd9

Browse files
committed
remove scripts which are not needed
1 parent 1c3af75 commit 119efd9

File tree

3 files changed

+1
-250
lines changed

3 files changed

+1
-250
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,15 +1325,7 @@ private void gitCloneDockerImagesSample(Map domainMap) throws Exception {
13251325
+ " "
13261326
+ result.stdout());
13271327
}
1328-
// copy script to cloned location
1329-
Files.copy(
1330-
new File(
1331-
BaseTest.getProjectRoot()
1332-
+ "/integration-tests/src/test/resources/domain-home-on-image/create-wls-domain.py")
1333-
.toPath(),
1334-
new File(domainHomeImageBuildPath + "/container-scripts/create-wls-domain.py").toPath(),
1335-
StandardCopyOption.REPLACE_EXISTING);
1336-
}
1328+
13371329
}
13381330

13391331
private void appendToDomainYamlAndCreate(Map domainMap) throws Exception {

integration-tests/src/test/resources/domain-home-on-image/create-wls-domain.py

Lines changed: 0 additions & 228 deletions
This file was deleted.

integration-tests/src/test/resources/domain-home-on-pv/create-domain-script.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)