Skip to content

Commit

Permalink
Merge pull request #17 from Clever/INFRA-1577-publish-report-card
Browse files Browse the repository at this point in the history
Simpler report-card invocation: gitbot
  • Loading branch information
nathanleiby authored Sep 27, 2016
2 parents ff8f422 + 8fd6512 commit 27b46f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
env:
- REPORT_CARD_GITHUB_STATUS_TOKEN=$$report_card_github_status_token
- REPORT_CARD_GITHUB_REPO_TOKEN=$$report_card_github_repo_token
image: clever/drone-go:1.7
script:
- sudo pip install -q git+https://[email protected]/Clever/report-card.git; GITHUB_API_TOKEN=$REPORT_CARD_GITHUB_STATUS_TOKEN report-card --publish || true
- make test
publish:
github:
Expand All @@ -17,3 +13,4 @@ publish:
token: $$github_token
user: Clever
repo: gitbot
report_card: {}

0 comments on commit 27b46f5

Please sign in to comment.