Added submodules
continuous-integration/drone/push Build is passing Details

This commit is contained in:
konrad 2019-04-27 10:22:11 +02:00
parent 3138b11a80
commit 349ec938ce
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,12 @@ trigger:
- push - push
steps: steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
- git submodule update --recursive --remote
- name: theme - name: theme
image: node:11-alpine image: node:11-alpine
pull: true pull: true
@ -15,7 +21,6 @@ steps:
- cd themes/vikunja - cd themes/vikunja
- yarn global add gulp-cli -g - yarn global add gulp-cli -g
- yarn --production=false - yarn --production=false
- ls
- gulp - gulp
- name: build - name: build