Skip to content

Commit

Permalink
test: run deploy locally
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Jan 27, 2025
1 parent 51a372c commit bfd558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfd558d

Please sign in to comment.