Skip to content

Commit 51c3c07

Browse files
authored
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
1 parent 791ed5e commit 51c3c07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/ci/release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ if [ ! -z "${ONLY_DOWNLOAD_PACT_FOR_WINDOWS:-}" ]; then
7979
fi
8080

8181
FETCH_ASSETS=true ./script/ci/check-release-libs.sh --fetch-assets -t "${NEXT_TAG}"
82+
"$SCRIPT_DIR"/../download-plugins.sh
8283
"$SCRIPT_DIR"/build-and-test.sh
8384

8485
if [[ ${DRY_RUN:-} == 'true' ]]; then

0 commit comments

Comments
 (0)