submodule

This commit is contained in:
2025-10-13 22:46:30 +08:00
parent e5c3081c22
commit 92e43785bf

View File

@ -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: