From 51c3c073c3625e8a30f8ada316360d4284c717c6 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 20 Jun 2024 16:29:24 +0100 Subject: [PATCH] chore(ci): download pact plugins during release phase for test pact-matt-plugin not auto downloaded by the pact as it does not exist in the plugin index --- script/ci/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/ci/release.sh b/script/ci/release.sh index 7ddba128..113d9d42 100755 --- a/script/ci/release.sh +++ b/script/ci/release.sh @@ -79,6 +79,7 @@ if [ ! -z "${ONLY_DOWNLOAD_PACT_FOR_WINDOWS:-}" ]; then fi FETCH_ASSETS=true ./script/ci/check-release-libs.sh --fetch-assets -t "${NEXT_TAG}" +"$SCRIPT_DIR"/../download-plugins.sh "$SCRIPT_DIR"/build-and-test.sh if [[ ${DRY_RUN:-} == 'true' ]]; then