From bfd558d892b35020b69201a83a0fbbae62564b12 Mon Sep 17 00:00:00 2001 From: PatrickMenoti <82882574+PatrickMenoti@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:00:35 -0300 Subject: [PATCH] test: run deploy locally --- scripts/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e.sh b/scripts/e2e.sh index b3ab8d3ee..32e82e10d 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -106,7 +106,7 @@ if [ -f "$full_main_go_path" ]; then echo "Running cmd/azion/main.go deploy --debug" # go run "$full_main_go_path" deploy --debug # uncomment the line below and comment the line above if using a built binary file - "$full_bin_path" deploy --debug + "$full_bin_path" deploy --debug --local # Check the exit status of the deploy command if [ $? -eq 0 ]; then