mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-10 13:38:32 +02:00
Move fetching submdoule to Testing
This commit is contained in:
parent
972716443f
commit
d9ee549565
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue