From 1d774a01c642659a911a70c13f8371d9089b1083 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 5 Jun 2019 09:34:21 +0800 Subject: [PATCH 1/2] chore: enable goproxy. Signed-off-by: Bo-Yi Wu --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 98c03dc..279dc48 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,8 @@ pipeline: build: image: golang:1.12 pull: true + environment: + GOPROXY: https://goproxy.cn commands: - make clean - make vet -- 2.40.1 From cc2d8d9cbdf9857fa991b99e892c13da28f6a1ed Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 5 Jun 2019 09:43:44 +0800 Subject: [PATCH 2/2] remove codecoverage Signed-off-by: Bo-Yi Wu --- .drone.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 279dc48..4674ed2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,15 +54,6 @@ pipeline: when: event: [ tag ] - coverage: - image: robertstettner/drone-codecov - secrets: [ codecov_token ] - files: - - coverage.out - when: - event: [ push, pull_request ] - branch: [ master ] - static: image: techknowlogick/xgo:latest pull: true -- 2.40.1