We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e6f79 commit 3b38efbCopy full SHA for 3b38efb
azure-pipelines.yml
@@ -12,7 +12,8 @@ jobs:
12
vmImage: 'Ubuntu-16.04'
13
steps:
14
- bash: |
15
- wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb
+ wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb
16
+ displayName: 'Download ARM GCC from S3'
17
- task: PublishPipelineArtifact@0
18
inputs:
19
artifactName: 'arm-gcc.deb'
0 commit comments