a little confused around `ENV['CI_BUILD_URL']` in...
# pact-ruby
a
a little confused around
ENV['CI_BUILD_URL']
in this example in the docs https://docs.pact.io/implementation_guides/ruby/publishing_pacts is this supposed to be the Pact URI of the generated pact? In buildkite for example, this ENV will be auto populated with the url of the job, but the provider rake task needs the Pact URI if I’m not mistaken.
ah never mind! I think I want
PACT_URL
not
BUILD_URL
😅
b
The build url is so you have a record of what build generated the pact