Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not allow the deployment of a provider version with no results when one of its consumers is already deployed #486

Merged
merged 13 commits into from
Aug 11, 2021

Conversation

bethesque
Copy link
Member

@bethesque bethesque commented Aug 11, 2021

Fixes #485

pact-broker can-i-deploy --pacticipant "Example API" --version 4.5.8 --to main
Computer says no ¯_(ツ)_/¯

CONSUMER    | C.VERSION  | PROVIDER    | P.VERSION | SUCCESS? | RESULT#
------------|------------|-------------|-----------|----------|--------
Example App | 5556b81... | Example API | ???       | ???      |

There is no verified pact between the latest version of Example App with tag main (5556b8149bf8bac76bc30f50a8a2dd4c22c85f30) and version 4.5.8 of Example API

@bethesque bethesque merged commit 219029c into master Aug 11, 2021
@bethesque bethesque deleted the fix/pact-broker-issue-485 branch August 11, 2021 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can-i-deploy passes for auto-created provider version that misses verification
1 participant