Skip to content

Commit

Permalink
Merged PR 26318: Fix incorrect envvar name in Azure Pipeline
Browse files Browse the repository at this point in the history
Fix incorrect environment variable name for SAS token in Windows tests
  • Loading branch information
Roman Grundkiewicz committed Nov 1, 2022
1 parent a6de1b7 commit be1ee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ stages:
ls
displayName: Prepare tests
env:
SAS_TOKEN: $(blob-sas-token)
AZURE_STORAGE_SAS_TOKEN: $(blob-sas-token)
workingDirectory: marian-prod-tests
# Avoid using $(Build.SourcesDirectory) in bash tasks because on Windows pools it uses '\'
Expand Down

0 comments on commit be1ee3f

Please sign in to comment.