Skip to content

Commit

Permalink
skip plugin cli install
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 27, 2024
1 parent 277fa78 commit 097a20c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ clean:
mkdir -p ./examples/pacts
rm -rf build output dist examples/pacts

deps: download_plugins
deps:
@echo "--- 🐿 Fetching build dependencies "
cd /tmp; \
go install github.com/mitchellh/gox@latest; \
Expand All @@ -45,10 +45,10 @@ deps: download_plugins
# go plugin linux-aarch64 version works on musl, requires musl named artifact
# csv plugin requires a musl version creating
# protobuf plugin requires apk add protobuf-dev protoc
download_plugins:
@echo "--- 🐿 Installing plugins"; \
./scripts/install-cli.sh
~/.pact/bin/pact-plugin-cli -y install https://github.com/austek/pact-avro-plugin/releases/tag/v0.0.5
# download_plugins:
# @echo "--- 🐿 Installing plugins"; \
# ./scripts/install-cli.sh
# ~/.pact/bin/pact-plugin-cli -y install https://github.com/austek/pact-avro-plugin/releases/tag/v0.0.5

cli:
@if [ ! -d pact/bin ]; then\
Expand Down

0 comments on commit 097a20c

Please sign in to comment.