[ci]: Fix the wrong branch in build step "Download sonic-buildimage.vs artifact" (#12272)

This commit is contained in:
Qi Luo 2022-10-04 14:16:56 -07:00 committed by GitHub
parent 7474a1bcd8
commit c7e0d50c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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