pact-foundation / pact_broker-client

A Ruby and CLI client for the Pact Broker. Publish and retrieve pacts and verification results.
MIT License
69 stars 47 forks source link

feat(can-i-deploy): skip --retry-while-unknown if --dry-run true #169

Closed YOU54F closed 3 months ago

YOU54F commented 3 months ago

fixes #149

When --dry-run is enabled, --retry-while-unknown will no longer take effect.