From 7232a4f562bfd654a139c99110d01659b6c0e567 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 30 Oct 2019 21:18:36 +0100 Subject: [PATCH] Updated drone config to use the pre-built yarn image --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5253f41..c3debaa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,15 +13,13 @@ steps: - git submodule update --recursive --remote - name: theme - image: node:11-alpine + image: kolaente/yarn pull: true group: build-static commands: - - apk add yarn - cd themes/vikunja - - yarn global add gulp-cli -g - yarn --production=false - - gulp + - ./node_module/.bin/gulp - name: build image: monachus/hugo