Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Update e2e tests using --folder flag to use --file
Browse files Browse the repository at this point in the history
Signed-off-by: Anca Iordache [email protected]
  • Loading branch information
aiordache committed Nov 6, 2019
1 parent 6f5737a commit 7af854e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func testRenderApp(appPath string, env ...string) func(*testing.T) {
defer dir.Remove()

// Build the App
cmd.Command = dockerCli.Command("app", "build", ".", "--folder", filepath.Join(appPath, "my.dockerapp"), "--tag", "a-simple-tag", "--no-resolve-image")
cmd.Command = dockerCli.Command("app", "build", ".", "--file", filepath.Join(appPath, "my.dockerapp"), "--tag", "a-simple-tag", "--no-resolve-image")
icmd.RunCmd(cmd).Assert(t, icmd.Success)

// Render the App
Expand Down

0 comments on commit 7af854e

Please sign in to comment.