Skip to content

Commit

Permalink
test: update pact-plugin-cli to 0.2.2 with shutdown fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 17, 2024
1 parent daf6b31 commit bee5771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/install-plugin-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ detect_osarch() {
}


VERSION="0.1.2"
VERSION="0.2.2"
detect_osarch

if [ ! -f ~/.pact/bin/pact-plugin-cli ]; then
echo "--- 🐿 Installing plugins CLI version '${VERSION}' (from tag ${TAG})"
mkdir -p ~/.pact/bin
DOWNLOAD_LOCATION=https://github.com/pact-foundation/pact-plugins/releases/download/pact-plugin-cli-v${VERSION}/pact-plugin-cli-${os}-${arch}${ext}.gz
DOWNLOAD_LOCATION=https://github.com/you54f/pact-plugins/releases/download/pact-plugin-cli-v${VERSION}/pact-plugin-cli-${os}-${arch}${ext}.gz
echo " Downloading from: ${DOWNLOAD_LOCATION}"
curl -L -o ~/.pact/bin/pact-plugin-cli-${os}-${arch}.gz "${DOWNLOAD_LOCATION}"
echo " Downloaded $(file ~/.pact/bin/pact-plugin-cli-${os}-${arch}.gz)"
Expand Down

0 comments on commit bee5771

Please sign in to comment.