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