Skip to content

Commit

Permalink
add -e option to create-azure-resources.sh as well
Browse files Browse the repository at this point in the history
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
  • Loading branch information
majguo committed Dec 26, 2024
1 parent 423dbb2 commit 4cbd90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/create-azure-resources.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -Euo pipefail
set -Eeuo pipefail

# The following environment variables need to be configured before running the script
# - RESOURCE_GROUP_NAME
Expand Down

0 comments on commit 4cbd90b

Please sign in to comment.