Skip to content

Commit

Permalink
Remove --no-pull in create-builder test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekcasey committed Oct 23, 2018
1 parent 8bd21bb commit c34ba50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ func testPack(t *testing.T, when spec.G, it spec.S) {
t.Log("create builder image")
cmd := exec.Command(
pack, "create-builder",
builderRepoName, "-b",
builderTOML, "--no-pull",
builderRepoName,
"-b", builderTOML,
)
cmd.Env = append(os.Environ(), "HOME="+homeDir)
run(t, cmd)
Expand Down

0 comments on commit c34ba50

Please sign in to comment.