Skip to content

Commit

Permalink
Revert "Update"
Browse files Browse the repository at this point in the history
This reverts commit 5e48b66.
  • Loading branch information
yaqiangz committed Dec 23, 2024
1 parent 5e48b66 commit 4ce64df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:
project: build
pipeline: Azure.sonic-buildimage.common_libs
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202205'
runBranch: 'refs/heads/master'
path: $(Build.ArtifactStagingDirectory)/download
${{ if eq(parameters.arch, 'amd64') }}:
artifact: common-lib
${{ else }}:
artifact: common-lib.${{ parameters.arch }}
patterns: |
target/debs/bullseye/libyang-*.deb
target/debs/bullseye/libyang_*.deb
target/debs/buster/libyang-*.deb
target/debs/buster/libyang_*.deb
displayName: "Download libyang from common lib"
- script: |
set -ex
Expand All @@ -91,7 +91,7 @@ jobs:
${{ else }}:
artifact: sonic-swss-common.${{ parameters.arch }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202205'
runBranch: 'refs/heads/master'
path: '$(Build.SourcesDirectory)/sonic-swss-common'
displayName: "Download sonic swss common deb packages"
- script: |
Expand Down

0 comments on commit 4ce64df

Please sign in to comment.