Skip to content

Commit

Permalink
example: remove go-kit example
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Oct 14, 2019
1 parent 89b8822 commit 8a8fdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export PACT_BROKER_PASSWORD="O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1"
export PATH="../build/pact/bin:${PATH}"

step "Running E2E regression and example projects"
examples=("github.com/pact-foundation/pact-go/examples/consumer/goconsumer" "github.com/pact-foundation/pact-go/examples/go-kit/provider" "github.com/pact-foundation/pact-go/examples/mux/provider" "github.com/pact-foundation/pact-go/examples/gin/provider" "github.com/pact-foundation/pact-go/examples/messages/consumer" "github.com/pact-foundation/pact-go/examples/messages/provider" "github.com/pact-foundation/pact-go/examples/httpbin" "github.com/pact-foundation/pact-go/examples/customTls")
examples=("github.com/pact-foundation/pact-go/examples/consumer/goconsumer" "github.com/pact-foundation/pact-go/examples/mux/provider" "github.com/pact-foundation/pact-go/examples/gin/provider" "github.com/pact-foundation/pact-go/examples/messages/consumer" "github.com/pact-foundation/pact-go/examples/messages/provider" "github.com/pact-foundation/pact-go/examples/httpbin" "github.com/pact-foundation/pact-go/examples/customTls")

for example in "${examples[@]}"
do
Expand Down

0 comments on commit 8a8fdea

Please sign in to comment.