Skip to content

Commit 77f4364

Browse files
committed
fix: update deployment command to include application path
1 parent 2b54d6b commit 77f4364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def get_macro(macro):
239239
"type": "default"
240240
},
241241
{
242-
"$": "vespa deploy --wait 300",
242+
"$": "vespa deploy --wait 300 ./app",
243243
"type": "default"
244244
}
245245
]
@@ -344,7 +344,7 @@ def run_file(file_name):
344344

345345
def run_with_arguments():
346346
global verbose
347-
global workdir
347+
global workdir
348348
config_file = ""
349349
argv = sys.argv[1:]
350350

0 commit comments

Comments
 (0)