mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-10 21:48:30 +02:00
Set depth to 1 when fetch submodules
This commit is contained in:
parent
409fb88131
commit
972716443f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
- name: Fetch Submodules
|
- name: Fetch Submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --recursive --remote
|
- git submodule update --recursive --depth=1 --remote
|
||||||
|
|
||||||
- name: Testing
|
- name: Testing
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
|
|
Loading…
Add table
Reference in a new issue