aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index efdad5a..f5574e8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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
...