From 2b72ad1c1f87be964e10951b41127b034ab9c105 Mon Sep 17 00:00:00 2001 From: Nathan Leiby Date: Mon, 26 Sep 2016 23:41:42 -0700 Subject: [PATCH] Updated csvlint's report-card invocation --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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