Skip to content

Commit

Permalink
[202311] Install corresponding dependency libs from 2002311 for PR ch…
Browse files Browse the repository at this point in the history
…eck (#58)
  • Loading branch information
yaqiangz authored Jan 6, 2025
1 parent c605cd4 commit b4f59d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
project: build
pipeline: Azure.sonic-buildimage.common_libs
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
runBranch: 'refs/heads/202311'
path: $(Build.ArtifactStagingDirectory)/download
${{ if eq(parameters.arch, 'amd64') }}:
artifact: common-lib
Expand All @@ -91,7 +91,7 @@ jobs:
${{ else }}:
artifact: sonic-swss-common.${{ parameters.arch }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
runBranch: 'refs/heads/202311'
path: '$(Build.SourcesDirectory)/sonic-swss-common'
displayName: "Download sonic swss common deb packages"
- script: |
Expand Down

0 comments on commit b4f59d0

Please sign in to comment.