From a0551527c80f236f36529bc795af8d4eed04b9f4 Mon Sep 17 00:00:00 2001 From: konrad Date: Thu, 9 Nov 2017 15:14:28 +0100 Subject: [PATCH] Updated Drone build config --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 33945a7..8716af1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ pipeline: build-backend: image: webhippie/golang:edge pull: true + group: build environment: TAGS: bindata sqlite GOPATH: /srv/app @@ -25,8 +26,9 @@ pipeline: build-frontend: image: webhippie/nodejs:current pull: true + group: build commands: - - cd assets/ + - cd frontend/ - npm install - npm run build when: