From 92e43785bfc3c861789df57375cb74495190fc2e Mon Sep 17 00:00:00 2001 From: MixBadGun <1059129006@qq.com> Date: Mon, 13 Oct 2025 22:46:30 +0800 Subject: [PATCH] submodule --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 915d06f..6df090f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,6 +35,11 @@ steps: commands: - docker run --rm gitea.service.jazzwhom.top/mttu-developers/konabot:nightly-${DRONE_COMMIT_SHA} python scripts/test_plugin_load.py + - name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive + volumes: - name: docker-socket host: @@ -67,6 +72,11 @@ steps: - name: docker-socket path: /var/run/docker.sock + - name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive + volumes: - name: docker-socket host: