submodule
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-10-13 22:53:44 +08:00
parent 99382a3bf5
commit 4305548ab5

View File

@ -10,6 +10,10 @@ trigger:
- master - master
steps: steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: 构建 Docker 镜像 - name: 构建 Docker 镜像
image: plugins/docker:latest image: plugins/docker:latest
privileged: true privileged: true
@ -35,11 +39,6 @@ steps:
commands: commands:
- docker run --rm gitea.service.jazzwhom.top/mttu-developers/konabot:nightly-${DRONE_COMMIT_SHA} python scripts/test_plugin_load.py - 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: volumes:
- name: docker-socket - name: docker-socket
host: host:
@ -55,6 +54,10 @@ trigger:
- tag - tag
steps: steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: 构建并推送 Release Docker 镜像 - name: 构建并推送 Release Docker 镜像
image: plugins/docker:latest image: plugins/docker:latest
privileged: true privileged: true
@ -72,11 +75,6 @@ steps:
- name: docker-socket - name: docker-socket
path: /var/run/docker.sock path: /var/run/docker.sock
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
volumes: volumes:
- name: docker-socket - name: docker-socket
host: host: