We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0026689 commit ce88696Copy full SHA for ce88696
.azure-pipelines/build-template.yml
@@ -122,9 +122,9 @@ jobs:
122
pipeline: ${{ parameters.buildimage_pipeline }}
123
artifact: 'sonic-buildimage.marvell-armhf1'
124
runVersion: specific
125
- runId: 63911
+ runId: 80637
126
path: '$(Build.SourcesDirectory)/${{ parameters.buildimage_artifact_name }}'
127
- displayName: "Download sonic buildimage deb packages from 63911"
+ displayName: "Download sonic buildimage deb packages from 80637"
128
- script: |
129
cd $(Build.SourcesDirectory)/${{ parameters.buildimage_artifact_name }}
130
sudo dpkg -i target/debs/buster/libnl-3-200_*.deb
0 commit comments