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:
|
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: unstable
|
stability: ${{ needs.get-environment.outputs.stability }}
|
||||||
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 }}
|
||||||
|
|
|
@ -207,7 +207,6 @@ sub is_version_minimum {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sub set_version {
|
sub set_version {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue