Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7af854e

Browse files
author
Anca Iordache
committed
Update e2e tests using --folder flag to use --file
Signed-off-by: Anca Iordache [email protected]
1 parent 6f5737a commit 7af854e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/commands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func testRenderApp(appPath string, env ...string) func(*testing.T) {
4949
defer dir.Remove()
5050

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

5555
// Render the App

0 commit comments

Comments
 (0)