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: