diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5,6 +5,11 @@ type: docker name: build steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive + - name: build-css image: node commands: @@ -38,6 +43,6 @@ steps: - pull_request --- kind: signature -hmac: a34894addd2abd4d994eaad831021b8aabaffa8ccbbb2ad9e4bcca01cbc85460 +hmac: cb40337a18f18f71a9a382900a2f38496aa0b7b35f35acd69ca119df9e0f90de ... |