diff --git a/.drone.yml b/.drone.yml index 8bc0665..4e65e23 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: @@ -23,6 +20,6 @@ publish: user: Clever when: branch: master + report_card: {} script: -- sudo pip install -q git+https://$REPORT_CARD_GITHUB_REPO_TOKEN@github.com/Clever/report-card.git; GITHUB_API_TOKEN=$REPORT_CARD_GITHUB_STATUS_TOKEN report-card --publish || true - make test