Skip to content

Commit

Permalink
force push
Browse files Browse the repository at this point in the history
  • Loading branch information
bramlihamza authored and rohanKanojia committed Sep 6, 2022
1 parent f4ee082 commit 12145f8
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -312,8 +312,7 @@ void testBuildDockerFileMultiStage() throws Exception {
;

String expected = loadFile("docker/Dockerfile_multistage.test");
System.out.println(dockerfileFinalFile);
System.out.println("--------------------");

assertThat(stripCR(dockerfileFinalFile)).isEqualTo(expected);
}

Expand Down

0 comments on commit 12145f8

Please sign in to comment.