Skip to content

Commit

Permalink
remove bash options
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalyaron committed Mar 27, 2023
1 parent 21d96d9 commit f7a1e5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions devops/scripts/construct_tre_url.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset

# This script is designed to be `source`d to create reusable helper functions

Expand Down
3 changes: 0 additions & 3 deletions devops/scripts/convert_azure_env_to_arm_env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset

# This script is designed to be `source`d to create reusable helper functions

Expand Down

0 comments on commit f7a1e5d

Please sign in to comment.