Commit 9df9fd60 authored by gd1551's avatar gd1551 Committed by GitHub

add drone submodule cloning

parent 4b5d5964
......@@ -2,6 +2,11 @@ kind: pipeline
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: docker
image: plugins/docker
mem_limit: 1000000000000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment