From e1fa68566dc275bba7508f1b66a6806f353b9df9 Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Thu, 24 Oct 2019 10:16:14 +0200 Subject: [PATCH] Not needed for go modules --- .drone.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 46b4c36c8..58a2ef76a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,19 +2,10 @@ clone: git: image: plugins/git:next -workspace: - base: /go - path: src/github.com/laszlocph/woodpecker - pipeline: test: image: golang:1.12.4 commands: - - go get -u golang.org/x/tools/cmd/cover - - go get -u golang.org/x/net/context - - go get -u golang.org/x/net/context/ctxhttp - - go get -u github.com/golang/protobuf/proto - - go get -u github.com/golang/protobuf/protoc-gen-go - go test -cover -timeout 30s $(go list ./... | grep -v /vendor/) test_postgres: