Skip to content

Commit 86b84f1

Browse files
committed
chore: fail on bash error
1 parent 47d26cc commit 86b84f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run_release_code_and_api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ jobs:
189189
- name: read ODS codes
190190
id: read
191191
run: |
192+
set -euo pipefail
192193
ENABLED_INPUT_FILE="${GITHUB_WORKSPACE}/.github/config/ods_codes_${AWS_ENVIRONMENT}.txt"
193194
ENABLED_CSV=$(sed ':a;N;$!ba;s/\r\?\n/,/g;s/,$//' < "$ENABLED_INPUT_FILE")
194195

0 commit comments

Comments
 (0)