Skip to content

Commit

Permalink
test : Remove ENTRYPOINT assertion from CompleteOcDockerITCase
Browse files Browse the repository at this point in the history
This was removed in eclipse-jkube/jkube#2437
Updating CompleteOcDockerITCase with respect to this change.

Signed-off-by: Rohan Kumar <[email protected]>
  • Loading branch information
rohanKanojia committed Nov 10, 2023
1 parent 8d4db29 commit f5c08ab
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ void ocBuild() throws Exception {
"COPY /dependencies/deployments /deployments/",
"COPY /spring-boot-loader/deployments /deployments/",
"COPY /application/deployments /deployments",
"WORKDIR /deployment",
"ENTRYPOINT [\"java\",\"org.springframework.boot.loader.JarLauncher\"]");
"WORKDIR /deployment");
}

@Test
Expand Down

0 comments on commit f5c08ab

Please sign in to comment.