Updated drone config to use the pre-built yarn image
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2019-10-30 21:18:36 +01:00
parent 4173b0642d
commit 7232a4f562
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 4 deletions

View File

@ -13,15 +13,13 @@ steps:
- git submodule update --recursive --remote - git submodule update --recursive --remote
- name: theme - name: theme
image: node:11-alpine image: kolaente/yarn
pull: true pull: true
group: build-static group: build-static
commands: commands:
- apk add yarn
- cd themes/vikunja - cd themes/vikunja
- yarn global add gulp-cli -g
- yarn --production=false - yarn --production=false
- gulp - ./node_module/.bin/gulp
- name: build - name: build
image: monachus/hugo image: monachus/hugo