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 12, 2024
1 parent 38cc6d0 commit 613f26a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .ci/export-azure-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@

# 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
echo "$key=$val"
echo "##vso[task.setvariable variable=$key]$val"
echo "$key=$val" >> ${{ github.env }}
done < ".ci/ci-vars.env"

0 comments on commit 613f26a

Please sign in to comment.