Skip to content

Commit 4345a95

Browse files
committed
update in build.gradle
1 parent 5abae50 commit 4345a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ dependencies {
290290
systemProperty 'pact.broker.url', System.getenv('PACT_BROKER_URL')
291291
systemProperty 'pact.broker.token', System.getenv('PACT_BROKER_TOKEN')
292292
systemProperty 'pact.provider.version', System.getenv('GIT_COMMIT') ?: 'dev'
293-
systemProperty 'pact.provider.branch', System.getenv('PACT_PROVIDER_BRANCH')
293+
systemProperty 'pact.provider.branch', System.getenv('GIT_BRANCH')
294294
systemProperty 'pact.verifier.publishResults', System.getenv('PACT_VERIFIER_PUBLISH_RESULTS')
295295
systemProperty 'pact.broker.host', System.getenv('PACT_BROKER_HOST')
296296
systemProperty 'pact.env', System.getenv('PACT_ENV')

0 commit comments

Comments
 (0)