Skip to content

Commit

Permalink
no bookworm for yang
Browse files Browse the repository at this point in the history
  • Loading branch information
zjswhhh committed Mar 14, 2024
1 parent 904a1bd commit 005af1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
path: $(Build.ArtifactStagingDirectory)/download
artifact: common-lib
patterns: |
target/debs/bookworm/libyang-*.deb
target/debs/bookworm/libyang_*.deb
target/debs/bullseye/libyang-*.deb
target/debs/bullseye/libyang_*.deb
displayName: "Download libyang from common lib"
- script: |
set -ex
Expand Down Expand Up @@ -179,8 +179,8 @@ jobs:
path: $(Build.ArtifactStagingDirectory)/download
artifact: common-lib.arm64
patterns: |
target/debs/bookworm/libyang-*.deb
target/debs/bookworm/libyang_*.deb
target/debs/bullseye/libyang-*.deb
target/debs/bullseye/libyang_*.deb
displayName: "Download libyang from common lib"
- script: |
set -ex
Expand Down Expand Up @@ -271,8 +271,8 @@ jobs:
path: $(Build.ArtifactStagingDirectory)/download
artifact: common-lib.armhf
patterns: |
target/debs/bookworm/libyang-*.deb
target/debs/bookworm/libyang_*.deb
target/debs/bullseye/libyang-*.deb
target/debs/bullseye/libyang_*.deb
displayName: "Download libyang from common lib"
- script: |
set -ex
Expand Down

0 comments on commit 005af1c

Please sign in to comment.