We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830d886 commit cf5d9aeCopy full SHA for cf5d9ae
.drone.yml
@@ -1,3 +1,6 @@
1
+env:
2
+- REPORT_CARD_GITHUB_STATUS_TOKEN=$$report_card_github_status_token
3
+- REPORT_CARD_GITHUB_REPO_TOKEN=$$report_card_github_repo_token
4
image: python2.7
5
notify:
6
email:
@@ -9,5 +12,6 @@ notify:
9
12
on_success: false
10
13
webhook_url: $$slack_webhook
11
14
script:
15
+- sudo pip install -q git+https://[email protected]/Clever/report-card.git; GITHUB_API_TOKEN=$REPORT_CARD_GITHUB_STATUS_TOKEN report-card --publish || true
16
- pip install -r test/requirements.txt
17
- python setup.py develop && python setup.py test
0 commit comments