Move fetching submdoule to Testing

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

View file

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