Skip to content

Commit

Permalink
docs: add missing set -eo pipefail to force fast fail
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennetremel committed Dec 1, 2024
1 parent 194a433 commit 8d159c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration/registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ data:
auth.sh: |
#!/bin/sh
set -eo pipefail
AAD_ACCESS_TOKEN=$(cat $AZURE_FEDERATED_TOKEN_FILE)
ACCESS_TOKEN=$(wget --output-document - --header "Content-Type: application/x-www-form-urlencoded" \
Expand Down

0 comments on commit 8d159c6

Please sign in to comment.