Added gulp css build step
the build was successful Details

This commit is contained in:
kolaente 2018-10-15 11:08:57 +02:00
parent e0612368c6
commit b9fcff9d1c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 9 additions and 0 deletions

View File

@ -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