deliver unstable plugins

This commit is contained in:
Paul Oureib 2024-01-30 15:25:10 +01:00
parent 21b8eea967
commit 0b0f589f66

View File

@ -233,12 +233,12 @@ jobs:
deliver: deliver:
needs: [get-environment, package] needs: [get-environment, package]
if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }} # if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }}
uses: ./.github/workflows/plugin-delivery.yml uses: ./.github/workflows/plugin-delivery.yml
with: with:
version: ${{ needs.get-environment.outputs.version }} version: ${{ needs.get-environment.outputs.version }}
release: ${{ needs.get-environment.outputs.release }} release: ${{ needs.get-environment.outputs.release }}
stability: ${{ needs.get-environment.outputs.stability }} stability: unstable
secrets: secrets:
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
token_download_centreon_com: ${{ secrets.TOKEN_DOWNLOAD_CENTREON_COM }} token_download_centreon_com: ${{ secrets.TOKEN_DOWNLOAD_CENTREON_COM }}