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

Commit 9042ab2

Browse files
authored
Merge pull request #727 from aiordache/app-304_correct_app_build_help
APP-304 Update e2e tests using --folder flag
2 parents 6f5737a + 7af854e commit 9042ab2

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)