Move fetching submdoule to Testing

This commit is contained in:
Chai Feng
2020-01-06 16:34:40 +08:00
parent 972716443f
commit d9ee549565
+1 -5
View File
@@ -4,12 +4,8 @@ type: docker
name: default
steps:
- name: Fetch Submodules
image: alpine/git
commands:
- git submodule update --recursive --depth=1 --remote
- name: Testing
image: ubuntu:bionic
commands:
- git submodule update --recursive --depth=1 --remote
- ./test.sh