Skip to content

Commit

Permalink
[ci]: Fix the wrong branch in build step "Download sonic-buildimage.v…
Browse files Browse the repository at this point in the history
…s artifact" (#12272)
  • Loading branch information
qiluo-msft authored Oct 4, 2022
1 parent 7474a1b commit c7e0d50
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 @@ -101,7 +101,7 @@ stages:
pipeline: 9
artifact: sonic-swss-common.amd64.ubuntu20_04
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
runBranch: 'refs/heads/202012'
displayName: "Download sonic swss common deb packages"

- task: DownloadPipelineArtifact@2
Expand Down

0 comments on commit c7e0d50

Please sign in to comment.