Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Feb 27, 2023
1 parent 60e515a commit 067e270
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,17 @@ steps:
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/$(BRANCH_NAME)'
patterns: |
swsssdk-2.0.1-py3-none-any.whl
sonic_py_common-1.0-py3-none-any.whl
sonic_yang_mgmt-1.0-py3-none-any.whl
sonic_yang_models-1.0-py3-none-any.whl
sonic_config_engine-1.0-py3-none-any.whl
**/swsssdk-2.0.1-py3-none-any.whl
**/sonic_py_common-1.0-py3-none-any.whl
**/sonic_yang_mgmt-1.0-py3-none-any.whl
**/sonic_yang_models-1.0-py3-none-any.whl
**/sonic_config_engine-1.0-py3-none-any.whl
**/libnl*.deb
**/libyang*.deb
**/libhiredis*.deb
**/libswsscommon*.deb
**/python3-swsscommon*.deb
path: '$(Build.ArtifactStagingDirectory)'
displayName: "Download artifacts from latest sonic-buildimage build"

- script: |
Expand All @@ -52,7 +58,7 @@ steps:
libhiredis0.14_*.deb \
libswsscommon_1.0.0_amd64.deb \
python3-swsscommon_1.0.0_amd64.deb
workingDirectory: $(Pipeline.Workspace)/target/debs/bullseye/
workingDirectory: $(Build.ArtifactStagingDirectory)/target/debs/bullseye/
displayName: 'Install Debian dependencies'

- script: |
Expand All @@ -62,7 +68,7 @@ steps:
sudo pip3 install sonic_yang_mgmt-1.0-py3-none-any.whl
sudo pip3 install sonic_yang_models-1.0-py3-none-any.whl
sudo pip3 install sonic_config_engine-1.0-py3-none-any.whl
workingDirectory: $(Pipeline.Workspace)/target/python-wheels/bullseye/
workingDirectory: $(Build.ArtifactStagingDirectory)/target/python-wheels/bullseye/
displayName: 'Install Python dependencies'

- script: |
Expand Down

0 comments on commit 067e270

Please sign in to comment.