forget about plugins, it's cpan-librairies that causes the issue
This commit is contained in:
parent
a0609d0455
commit
c37ef0d702
|
@ -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 }}
|
||||
|
|
|
@ -207,7 +207,6 @@ sub is_version_minimum {
|
|||
return 1;
|
||||
}
|
||||
|
||||
|
||||
sub set_version {
|
||||
my ($self) = @_;
|
||||
|
||||
|
|
Loading…
Reference in New Issue