Forgot to init submodules

This commit is contained in:
Chai Feng 2020-01-06 16:37:55 +08:00
parent ab39a06bab
commit 27c34c3aa2
No known key found for this signature in database
GPG key ID: 2DCD9A24E523FFD2

View file

@ -4,8 +4,12 @@ type: docker
name: default
steps:
- name: Fetch Submodules
image: alpine/git
commands:
- git submodule update --init --recursive --depth=1 --remote
- name: Testing
image: ubuntu:bionic
commands:
- git submodule update --recursive --depth=1 --remote
- ./test.sh