Skip to content

Commit

Permalink
feat(get-fileshare-signed-url) adding set -E to catch subshell erro…
Browse files Browse the repository at this point in the history
…rs (#892)

feat(get-fileshare-signed-url) adding set -E to catch child errors 

to follow-up with jenkins-infra/docker-geoipupdate#14 (comment)
  • Loading branch information
smerle33 authored Dec 2, 2024
1 parent f260893 commit 6ab37d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/get-fileshare-signed-url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# - JENKINS_INFRA_FILESHARE_CLIENT_SECRET: the service principal client secret
# - JENKINS_INFRA_FILESHARE_TENANT_ID: the file share tenant id
# --------------------------------------------------------------------------------
set -eu -o pipefail
set -Eeu -o pipefail

# Don't print any trace
set +x
Expand Down

0 comments on commit 6ab37d7

Please sign in to comment.