File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
6666 project : build
6767 pipeline : Azure.sonic-buildimage.common_libs
6868 runVersion : ' latestFromBranch'
69- runBranch : ' refs/heads/202205 '
69+ runBranch : ' refs/heads/master '
7070 path : $(Build.ArtifactStagingDirectory)/download
7171 ${{ if eq(parameters.arch, 'amd64') }} :
7272 artifact : common-lib
7373 ${{ else }} :
7474 artifact : common-lib.${{ parameters.arch }}
7575 patterns : |
76- target/debs/bullseye /libyang-*.deb
77- target/debs/bullseye /libyang_*.deb
76+ target/debs/buster /libyang-*.deb
77+ target/debs/buster /libyang_*.deb
7878 displayName : " Download libyang from common lib"
7979 - script : |
8080 set -ex
9191 ${{ else }} :
9292 artifact : sonic-swss-common.${{ parameters.arch }}
9393 runVersion : ' latestFromBranch'
94- runBranch : ' refs/heads/202205 '
94+ runBranch : ' refs/heads/master '
9595 path : ' $(Build.SourcesDirectory)/sonic-swss-common'
9696 displayName : " Download sonic swss common deb packages"
9797 - script : |
You can’t perform that action at this time.
0 commit comments