From 0a663866ae7ceedaa221839e32bdfac36d4a8d23 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Mon, 9 Dec 2024 12:35:02 +0100 Subject: [PATCH 1/2] test(ci): test release 7 --- .github/actions/package-delivery/action.yml | 7 ++++--- .github/workflows/plugins.yml | 8 ++++++-- src/blockchain/hyperledger/exporter/plugin.pm | 1 - 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/actions/package-delivery/action.yml b/.github/actions/package-delivery/action.yml index 82f641fbe4..7a055e975b 100644 --- a/.github/actions/package-delivery/action.yml +++ b/.github/actions/package-delivery/action.yml @@ -168,9 +168,10 @@ runs: } - name: Publish packages to ${{ inputs.stability }} - if: | - contains(fromJson('["testing", "unstable"]'), inputs.stability) || - (inputs.stability == 'stable' && github.event_name == 'push' && inputs.distrib != 'jammy') + # if: | + # contains(fromJson('["testing", "unstable"]'), inputs.stability) || + # (inputs.stability == 'stable' && github.event_name == 'push' && inputs.distrib != 'jammy') + if: contains(fromJson('["testing", "unstable"]'), inputs.stability) uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 5824d0a96b..e114198e17 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -358,9 +358,13 @@ jobs: deliver-packages: needs: [get-environment, get-plugins, test-plugins] + # if: | + # needs.get-plugins.outputs.plugins != '' && + # (contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) || (needs.get-environment.outputs.stability == 'stable' && github.event_name != 'workflow_dispatch')) && + # ! cancelled() && + # ! contains(needs.*.result, 'failure') && + # ! contains(needs.*.result, 'cancelled') if: | - needs.get-plugins.outputs.plugins != '' && - (contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) || (needs.get-environment.outputs.stability == 'stable' && github.event_name != 'workflow_dispatch')) && ! cancelled() && ! contains(needs.*.result, 'failure') && ! contains(needs.*.result, 'cancelled') diff --git a/src/blockchain/hyperledger/exporter/plugin.pm b/src/blockchain/hyperledger/exporter/plugin.pm index d1dbca4f4d..eb925a9dc3 100644 --- a/src/blockchain/hyperledger/exporter/plugin.pm +++ b/src/blockchain/hyperledger/exporter/plugin.pm @@ -29,7 +29,6 @@ sub new { my $self = $class->SUPER::new(package => __PACKAGE__, %options); bless $self, $class; - $self->{version} = '0.1'; %{$self->{modes}} = ( 'channels' => 'blockchain::hyperledger::exporter::mode::channels', From 4a76825db8f7311f4e85d6ade2fe7a0a8969becf Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Mon, 9 Dec 2024 12:35:54 +0100 Subject: [PATCH 2/2] test(ci): test release 7 --- .github/workflows/plugins.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index e114198e17..c4627ab68e 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -17,6 +17,7 @@ on: branches: - develop - master + - MON-78778-detect-pr paths: - '.github/workflows/plugins.yml' - '.github/scripts/plugins-source.container.pl'