mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
parent
f01050dce8
commit
5c3626bf1b
@ -72,7 +72,7 @@ overrides:
|
|||||||
libcrypt-argon2-perl,
|
libcrypt-argon2-perl,
|
||||||
libkeepass-reader-perl,
|
libkeepass-reader-perl,
|
||||||
libdatetime-perl,
|
libdatetime-perl,
|
||||||
@RPM_DEPENDENCIES@
|
@DEB_DEPENDENCIES@
|
||||||
]
|
]
|
||||||
conflicts:
|
conflicts:
|
||||||
[@DEB_CONFLICTS@]
|
[@DEB_CONFLICTS@]
|
||||||
|
2
.github/workflows/plugin-delivery.yml
vendored
2
.github/workflows/plugin-delivery.yml
vendored
@ -83,6 +83,7 @@ jobs:
|
|||||||
artifactory_token: ${{ secrets.artifactory_token }}
|
artifactory_token: ${{ secrets.artifactory_token }}
|
||||||
|
|
||||||
deliver-rpm-legacy:
|
deliver-rpm-legacy:
|
||||||
|
if: ${{ inputs.stability == 'stable' }}
|
||||||
runs-on: [self-hosted, common]
|
runs-on: [self-hosted, common]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -127,6 +128,7 @@ jobs:
|
|||||||
artifactory_token: ${{ secrets.artifactory_token }}
|
artifactory_token: ${{ secrets.artifactory_token }}
|
||||||
|
|
||||||
deliver-deb-legacy:
|
deliver-deb-legacy:
|
||||||
|
if: ${{ inputs.stability == 'stable' }}
|
||||||
runs-on: [self-hosted, common]
|
runs-on: [self-hosted, common]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user