Skip to content

Commit

Permalink
fix: set branch properly from --provider-version-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 27, 2021
1 parent 7d52ff4 commit ad2f233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pact/provider_verifier/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ def configure_service_provider
app_version this.options.provider_app_version
end

if this.options.provider_version_branch
app_version_branch this.options.provider_version_branch
end

if this.provider_version_tags.any?
app_version_tags this.provider_version_tags
end
Expand Down

0 comments on commit ad2f233

Please sign in to comment.