We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abae50 commit 4345a95Copy full SHA for 4345a95
build.gradle
@@ -290,7 +290,7 @@ dependencies {
290
systemProperty 'pact.broker.url', System.getenv('PACT_BROKER_URL')
291
systemProperty 'pact.broker.token', System.getenv('PACT_BROKER_TOKEN')
292
systemProperty 'pact.provider.version', System.getenv('GIT_COMMIT') ?: 'dev'
293
- systemProperty 'pact.provider.branch', System.getenv('PACT_PROVIDER_BRANCH')
+ systemProperty 'pact.provider.branch', System.getenv('GIT_BRANCH')
294
systemProperty 'pact.verifier.publishResults', System.getenv('PACT_VERIFIER_PUBLISH_RESULTS')
295
systemProperty 'pact.broker.host', System.getenv('PACT_BROKER_HOST')
296
systemProperty 'pact.env', System.getenv('PACT_ENV')
0 commit comments