mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-12 14:18:30 +02:00
Forgot to init submodules
This commit is contained in:
parent
ab39a06bab
commit
27c34c3aa2
1 changed files with 5 additions and 1 deletions
|
@ -4,8 +4,12 @@ type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Fetch Submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --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
|
||||||
|
|
Loading…
Add table
Reference in a new issue