From e0d0605a426aa5927ee1d321e30b685c3eb508d5 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 13 Oct 2021 13:05:16 +0200 Subject: [PATCH] x --- .drone.yml | 1 - build.sh | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 366bf0b..e61fdf8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,4 @@ steps: commands: - apt update - apt install git --yes - - git submodule update --recursive --remote - ./build.sh diff --git a/build.sh b/build.sh index 8ce76e4..9924d00 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,9 @@ #!/bin/bash set -e +git submodule update --recursive --remote +ls -la lemmy + # generate config docs pushd lemmy mkdir -p ../generated