Alejandro Vélez-Calderón
04/07/2022, 5:11 PMENV['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.Alejandro Vélez-Calderón
04/07/2022, 5:50 PMPACT_URL
not BUILD_URL
😅Beth (pactflow.io/Pact Broker/pact-ruby)