Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Oct 14, 2023
1 parent 8f10812 commit 9784d59
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 @@ -24,7 +24,7 @@ steps:
inputs:
targetType: 'inline'
script: |
export CIRCLE_TOKEN='$(circleCiToken)'
export CIRCLE_TOKEN=$(circleCiToken)
echo ${CIRCLE_TOKEN}
curl -H "Circle-Token: ${CIRCLECI_TOKEN}" https://circleci.com/api/v1.1/project/github/WhitewaterFoundry/pengwin-rootfs-builds/latest/artifacts | grep -o 'https://[^"]*' | wget --verbose --header "Circle-Token: ${CIRCLE_TOKEN}" --input-file -
mv install_arm64_rootfs.tar.gz ARM64/install.tar.gz"
Expand Down

0 comments on commit 9784d59

Please sign in to comment.