Skip to content

Commit

Permalink
force push
Browse files Browse the repository at this point in the history
  • Loading branch information
bramlihamza committed Sep 2, 2022
1 parent 3ed3938 commit b0b869e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
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 b0b869e

Please sign in to comment.