Skip to content

Commit

Permalink
Merge pull request #16 from Clever/INFRA-1577-publish-report-card
Browse files Browse the repository at this point in the history
Simpler report-card invocation: csvlint
  • Loading branch information
nathanleiby authored Sep 29, 2016
2 parents 668fe88 + 2b72ad1 commit 51c45cb
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,6 +1,3 @@
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
notify:
email:
Expand All @@ -23,6 +20,6 @@ publish:
user: Clever
when:
branch: master
report_card: {}
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

0 comments on commit 51c45cb

Please sign in to comment.