forked from mttu-developers/konabot
修复 docker 在 CI 不在线的问题
This commit is contained in:
@ -29,6 +29,9 @@ steps:
|
||||
- name: 在容器中测试插件加载
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: docker-socket
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- docker run --rm gitea.service.jazzwhom.top/mttu-developers/konabot:nightly-${DRONE_COMMIT_SHA} python scripts/test_plugin_load.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user