Skip to content

Commit

Permalink
set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-crespo-fdc committed Oct 2, 2024
1 parent e62110a commit 49d092b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e
set -o pipefail

BASE_ENV_NAME=${1:-qa}
NUMBER_ENVS=${2:-32}
Expand Down

0 comments on commit 49d092b

Please sign in to comment.