Skip to content

Commit c7e0d50

Browse files
authored
[ci]: Fix the wrong branch in build step "Download sonic-buildimage.vs artifact" (#12272)
1 parent 7474a1b commit c7e0d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ stages:
101101
pipeline: 9
102102
artifact: sonic-swss-common.amd64.ubuntu20_04
103103
runVersion: 'latestFromBranch'
104-
runBranch: 'refs/heads/master'
104+
runBranch: 'refs/heads/202012'
105105
displayName: "Download sonic swss common deb packages"
106106

107107
- task: DownloadPipelineArtifact@2

0 commit comments

Comments
 (0)