Skip to content

Commit

Permalink
Update export-azure-vars.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Jun 11, 2024
1 parent a178f4d commit 38cc6d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/export-azure-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# From pure-sh-bible
# Setting 'IFS' tells 'read' where to split the string.
# shellcheck disable=SC2296
# shellcheck disable=SC1083
# shellcheck disable=SC2086
while IFS='=' read -r key val; do
# Skip over lines containing comments.
[ "${key##\#*}" ] || continue
Expand Down

0 comments on commit 38cc6d0

Please sign in to comment.