Skip to content

Commit 4ce64df

Browse files
committed
Revert "Update"
This reverts commit 5e48b66.
1 parent 5e48b66 commit 4ce64df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure-pipelines/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -91,7 +91,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)