From b71dd3a715fda26809c6c4f05a209851141b31a4 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Fri, 1 Jan 2016 21:32:59 +0100 Subject: [PATCH] Use new make tasks within drone config --- .drone.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 90f5079..7d547b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,10 @@ build: image: golang:1.5 - environment: - - GO15VENDOREXPERIMENT=1 - - GOOS=linux - - GOARCH=amd64 - - CGO_ENABLED=0 commands: - - go get - - go build - - go test + - make deps + - make vet + - make build + - make test publish: docker: @@ -21,7 +17,7 @@ publish: plugin: name: SSH - desc: Use SSH to execute commands on a remote host + desc: Execute commands on a remote host through SSH type: deploy image: plugins/drone-ssh labels: