forget about plugins, it's cpan-librairies that causes the issue

This commit is contained in:
Paul Oureib 2024-01-30 15:34:44 +01:00
parent a0609d0455
commit c37ef0d702
2 changed files with 2 additions and 3 deletions

View File

@ -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 }}

View File

@ -207,7 +207,6 @@ sub is_version_minimum {
return 1;
}
sub set_version {
my ($self) = @_;