From 5c3626bf1b6c8c67845961b0942da8cc57f8e328 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Thu, 29 Jun 2023 17:08:25 +0200 Subject: [PATCH] fix(packaging): fix debian dependencies (#4521) Refs: MON-19219 --- .github/packaging/centreon-plugin.yaml.template | 2 +- .github/workflows/plugin-delivery.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/packaging/centreon-plugin.yaml.template b/.github/packaging/centreon-plugin.yaml.template index 798020b46..b4afc351b 100644 --- a/.github/packaging/centreon-plugin.yaml.template +++ b/.github/packaging/centreon-plugin.yaml.template @@ -72,7 +72,7 @@ overrides: libcrypt-argon2-perl, libkeepass-reader-perl, libdatetime-perl, - @RPM_DEPENDENCIES@ + @DEB_DEPENDENCIES@ ] conflicts: [@DEB_CONFLICTS@] diff --git a/.github/workflows/plugin-delivery.yml b/.github/workflows/plugin-delivery.yml index 81cdb2f6b..42a454899 100644 --- a/.github/workflows/plugin-delivery.yml +++ b/.github/workflows/plugin-delivery.yml @@ -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