From 412dd46a9c522e17830a6f239257672cb14c7798 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 13 Oct 2021 17:30:34 +0200 Subject: [PATCH] step --- .drone.yml | 6 ++++++ build.sh | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index e61fdf8..c494003 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,12 @@ kind: pipeline name: default steps: + - name: fetch git submodules + image: alpine/git + commands: + - git submodule init + - git submodule update --recursive --remote + - name: check documentation build image: rust:1.49-slim-buster commands: diff --git a/build.sh b/build.sh index 05620a9..8ce76e4 100755 --- a/build.sh +++ b/build.sh @@ -1,11 +1,6 @@ #!/bin/bash set -e -git submodule init -git submodule foreach git pull -git submodule update --recursive --remote -ls -la lemmy - # generate config docs pushd lemmy mkdir -p ../generated