Skip to content

Commit

Permalink
Fix azurepieline download sonic swss common deb pakcage
Browse files Browse the repository at this point in the history
Signed-off-by: Ze Gan <[email protected]>
  • Loading branch information
Pterosaur committed Sep 2, 2021
1 parent 66002de commit a748ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
source: specific
project: build
pipeline: 9
artifacts: sonic-swss-common
artifact: sonic-swss-common
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
displayName: "Download sonic swss common deb packages"
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
source: specific
project: build
pipeline: 9
artifacts: sonic-swss-common.arm64
artifact: sonic-swss-common.arm64
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
displayName: "Download sonic swss common deb packages"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
source: specific
project: build
pipeline: 9
artifacts: sonic-swss-common.armhf
artifact: sonic-swss-common.armhf
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
displayName: "Download sonic swss common deb packages"
Expand Down

0 comments on commit a748ab6

Please sign in to comment.