mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
Revert "ci: temporary disable of some deliveries"
This reverts commit 56d12994f363d671ac7cf4a211e183e620c6d0df.
This commit is contained in:
parent
abf27fca30
commit
80a8cf4305
7
.github/workflows/plugin-delivery.yml
vendored
7
.github/workflows/plugin-delivery.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distrib: [el7]
|
||||
distrib: [el7, el8, el9]
|
||||
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distrib: [el7]
|
||||
distrib: [el7, el8]
|
||||
major_version: ["21.10", "22.04", "22.10"]
|
||||
|
||||
steps:
|
||||
@ -109,7 +109,6 @@ jobs:
|
||||
stability: ${{ inputs.stability }}
|
||||
|
||||
deliver-deb:
|
||||
if: ${{ inputs.stability == 'REMOVE-LINE' }}
|
||||
runs-on: [self-hosted, common]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -129,7 +128,7 @@ jobs:
|
||||
artifactory_token: ${{ secrets.artifactory_token }}
|
||||
|
||||
deliver-deb-legacy:
|
||||
if: ${{ inputs.stability == 'RESET-TO-STABLE' }}
|
||||
if: ${{ inputs.stability == 'stable' }}
|
||||
runs-on: [self-hosted, common]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user