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 faf2775 commit 86b3491
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ steps:
targetType: 'inline'
script: |
set -x
circle_token="${{ variables.circleCiToken}}"
echo ${circle_token}
echo ${CIRCLE_TOKEN}
url=$(curl -H "Circle-Token: ${CIRCLECI_TOKEN}" https://circleci.com/api/v1.1/project/github/WhitewaterFoundry/pengwin-rootfs-builds/latest/artifacts | grep -o 'https://[^"]*')
mkdir -p ARM64
curl -L -H "Circle-Token: ${circle_token}" "${url}" --output ARM64/install.tar.gz
curl -L -H "Circle-Token: ${CIRCLE_TOKEN}" "${url}" --output ARM64/install.tar.gz
env:
CIRCLE_TOKEN: $(circleCiToken)

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

0 comments on commit 86b3491

Please sign in to comment.