parent
f01050dce8
commit
5c3626bf1b
|
@ -72,7 +72,7 @@ overrides:
|
|||
libcrypt-argon2-perl,
|
||||
libkeepass-reader-perl,
|
||||
libdatetime-perl,
|
||||
@RPM_DEPENDENCIES@
|
||||
@DEB_DEPENDENCIES@
|
||||
]
|
||||
conflicts:
|
||||
[@DEB_CONFLICTS@]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue