From b9fcff9d1c61985b79c27f36a655c9f16f01cebe Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 15 Oct 2018 11:08:57 +0200 Subject: [PATCH] Added gulp css build step --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index f251c81..56c3aa7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,15 @@ clone: tags: true pipeline: + build_css: + image: webhippie/nodejs + pull: true + commands: + - cd themes/vikunja + - npm install gulp-cli -g + - npm install + - gulp + build: image: monachus/hugo pull: true