zarplata / concourse-git-bitbucket-pr-resource

:rocket: Concourse CI resource for tracking git branches of Bitbucket pull-requests
MIT License
34 stars 43 forks source link

Swapped key value with name value #14

Closed dthagard closed 6 years ago

dthagard commented 6 years ago

This PR addresses the issue reported here: https://github.com/zarplata/concourse-git-bitbucket-pr-resource/issues/13.

By removing the $BUILD_ID from the key, we effectively force Bitbucket to update the status of the existing build reported to the PR rather than reporting a new build status.

idr0id commented 6 years ago

Thank you!