Skip to content

Commit

Permalink
install avro plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 24, 2024
1 parent b5437b3 commit dc3ffad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,9 @@ deps: download_plugins
# 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/you54f/pact-protobuf-plugin/releases/tag/v-0.3.14
# ~/.pact/bin/pact-plugin-cli -y install https://github.com/you54f/pact-plugins/releases/tag/csv-plugin-0.0.6
# ~/.pact/bin/pact-plugin-cli -y install https://github.com/you54f/pact-matt-plugin/releases/tag/v0.1.0
# ~/.pact/bin/pact-plugin-cli -y install https://github.com/austek/pact-avro-plugin/releases/tag/v0.0.5
@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
2 changes: 1 addition & 1 deletion scripts/install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ detect_osarch() {
}


VERSION="0.1.3"
VERSION="0.1.2"
detect_osarch

if [ ! -f ~/.pact/bin/pact-plugin-cli ]; then
Expand Down

0 comments on commit dc3ffad

Please sign in to comment.