forked from mttu-developers/konabot
submodule
This commit is contained in:
10
.drone.yml
10
.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:
|
||||
|
||||
Reference in New Issue
Block a user