Skip to content

Commit

Permalink
Ensure buildkite branch is correctly picked up
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Tweedy committed Jun 15, 2016
1 parent c4da3c9 commit 90e7657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coveralls/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def git_info(self):
},
'branch': (os.environ.get('CIRCLE_BRANCH') or
os.environ.get('APPVEYOR_REPO_BRANCH') or
os.environ.get('BUILDKITE_BRANCH') or
os.environ.get('CI_BRANCH') or
os.environ.get('TRAVIS_BRANCH', rev)),
# origin git@github.com:coagulant/coveralls-python.git (fetch)
Expand Down

0 comments on commit 90e7657

Please sign in to comment.