Skip to content

Commit

Permalink
Fix go compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mxbossard authored Dec 5, 2023
1 parent f72f1cb commit 1f41e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ func TestWarmerTwice(t *testing.T) {
"-c",
"/kaniko/warmer -i debian:trixie-slim ; /kaniko/warmer -i debian:trixie-slim")
warmTwiceCmd := exec.Command("docker", dockerRunFlags...)
_ := RunCommand(warmTwiceCmd, t)
_ = RunCommand(warmTwiceCmd, t)
}

func verifyBuildWith(t *testing.T, cache, dockerfile string) {
Expand Down

0 comments on commit 1f41e28

Please sign in to comment.