fix(packaging): fix debian dependencies (#4521)

Refs: MON-19219
This commit is contained in:
Kevin Duret 2023-06-29 17:08:25 +02:00 committed by GitHub
parent f01050dce8
commit 5c3626bf1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,7 @@ overrides:
libcrypt-argon2-perl,
libkeepass-reader-perl,
libdatetime-perl,
@RPM_DEPENDENCIES@
@DEB_DEPENDENCIES@
]
conflicts:
[@DEB_CONFLICTS@]

View File

@ -83,6 +83,7 @@ jobs:
artifactory_token: ${{ secrets.artifactory_token }}
deliver-rpm-legacy:
if: ${{ inputs.stability == 'stable' }}
runs-on: [self-hosted, common]
strategy:
fail-fast: false
@ -127,6 +128,7 @@ jobs:
artifactory_token: ${{ secrets.artifactory_token }}
deliver-deb-legacy:
if: ${{ inputs.stability == 'stable' }}
runs-on: [self-hosted, common]
strategy:
fail-fast: false