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 41214c4 commit 6481a95
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 @@ -9,5 +9,7 @@
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 6481a95

Please sign in to comment.