From 76d058e3d0f3c9fcb6cb2fd1f8840b1b07932c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sat, 30 Sep 2017 23:01:21 -0400 Subject: [PATCH] use basic golang image --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index dd98677..97ccd62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,12 @@ workspace: path: src/github.com/CyCoreSystems/cycore-web pipeline: build: - image: ulexus/drone-revel + image: golang:1.9 pull: true commands: - - export PATH=$${PATH}:/go/bin - - revel build github.com/CyCoreSystems/cycore-web tmp prod + - mkdir /go/bin /go/src + - go get github.com/revel/cmd/revel + - /go/bin/revel build github.com/CyCoreSystems/cycore-web tmp prod publish: image: plugins/docker repo: quay.io/cycore/web