Skip to content

Commit

Permalink
HACK HACK try debugging build
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Aug 4, 2020
1 parent 333d9af commit 21421c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,8 @@ USER mail`
})

It("podman run makes entrypoint from image", func() {
// BuildImage does not seem to work remote
SkipIfRemote()
dockerfile := `FROM busybox
WORKDIR /madethis`
podmanTest.BuildImage(dockerfile, "test", "false")
Expand Down

0 comments on commit 21421c8

Please sign in to comment.