aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-02 10:07:26 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-02 10:07:26 +0100
commitf5afa3d974e631de75c438cf2941a88440e2cf69 (patch)
tree9f9a89d10940757025b82ff8fdfbe3104c5f89a4 /.drone.yml
parent921dd28f7499e46d78bd39d9ac7630efc50b64e8 (diff)
downloadgaragehq.deuxfleurs.fr-f5afa3d974e631de75c438cf2941a88440e2cf69.tar.gz
garagehq.deuxfleurs.fr-f5afa3d974e631de75c438cf2941a88440e2cf69.zip
Documentation from garage submodule
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
...