diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 5ee1f7f3e..1a73f48fb 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -233,12 +233,12 @@ jobs: deliver: 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 with: version: ${{ needs.get-environment.outputs.version }} release: ${{ needs.get-environment.outputs.release }} - stability: unstable + stability: ${{ needs.get-environment.outputs.stability }} secrets: artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} token_download_centreon_com: ${{ secrets.TOKEN_DOWNLOAD_CENTREON_COM }} diff --git a/src/centreon/plugins/dbi.pm b/src/centreon/plugins/dbi.pm index 6e9309bc3..3c1ec57f5 100644 --- a/src/centreon/plugins/dbi.pm +++ b/src/centreon/plugins/dbi.pm @@ -207,7 +207,6 @@ sub is_version_minimum { return 1; } - sub set_version { my ($self) = @_;