Sha256: 72d68ac8a21e05aad3d7c39862fa582eeff223033b3dd218be9dff1e54e2a30c
Contents?: true
Size: 571 Bytes
Versions: 9
Compression:
Stored size: 571 Bytes
Contents
# Assumes you've set PACT_BROKER_BASE_URL, PACT_BROKER_USERNAME and PACT_BROKER_PASSWORD already # Must be executed from root directory of project. bundle exec bin/pactflow publish-provider-contract $(dirname "$0")/oas.yml \ --provider pactflow-cli-test-provider \ --provider-app-version 1.0.0 \ --branch master \ --tag master \ --content-type application/yaml \ --verification-exit-code=0 \ --verification-results $(dirname "$0")/oas.yml \ --verification-results-content-type application/yaml \ --verifier pactflow-cli-test-provider
Version data entries
9 entries across 9 versions & 1 rubygems