Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Oct 14, 2023
1 parent 1785305 commit 690d2a4
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 @@ -30,7 +30,7 @@ steps:
mkdir -p ARM64
curl -L -H "Circle-Token: ${CIRCLE_TOKEN}" "${url}" --output ARM64/install.tar.gz
env:
CIRCLE_TOKEN: '$(System.DefaultWorkingDirectory)'
CIRCLE_TOKEN: $[variables.circleCiToken]

- task: DownloadBuildArtifacts@0
displayName: Download 64 bit image
Expand Down

0 comments on commit 690d2a4

Please sign in to comment.