-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated gitbot's report-card invocation
- Loading branch information
1 parent
ff8f422
commit 8fd6512
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -17,3 +13,4 @@ publish: | |
token: $$github_token | ||
user: Clever | ||
repo: gitbot | ||
report_card: {} |