Skip to content

Commit

Permalink
feat(upgrade): update to latest pact standalone v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Aug 14, 2017
1 parent 8b8fba2 commit a61fcae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions examples/gin/provider/user_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func TestPact_Provider(t *testing.T) {
ProviderBaseURL: fmt.Sprintf("http://localhost:%d", port),
PactURLs: []string{filepath.ToSlash(fmt.Sprintf("%s/billy-bobby.json", pactDir))},
ProviderStatesSetupURL: fmt.Sprintf("http://localhost:%d/setup", port),
Verbose: true,
})

if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_standalone_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
mkdir -p build
cd build

PACT_STANDALONE_VERSION=1.3.1
PACT_STANDALONE_VERSION=1.4.2
urls=(https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v$PACT_STANDALONE_VERSION/pact-$PACT_STANDALONE_VERSION-linux-x86.tar.gz https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v$PACT_STANDALONE_VERSION/pact-$PACT_STANDALONE_VERSION-linux-x86_64.tar.gz https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v$PACT_STANDALONE_VERSION/pact-$PACT_STANDALONE_VERSION-osx.tar.gz https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v$PACT_STANDALONE_VERSION/pact-$PACT_STANDALONE_VERSION-win32.zip)

# Provider Verifier
Expand Down
3 changes: 0 additions & 3 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

set -e

export PACT_MOCK_SERVICE_VERSION=2.1.0 # Seg faults...
export PACT_PROVIDER_VERIFIER_VERSION=1.3.1-1

echo "==> Building App"
make bin

Expand Down

0 comments on commit a61fcae

Please sign in to comment.