mirror of
https://github.com/sascha-hemi/ufw-docker.git
synced 2026-03-21 03:04:20 +01:00
Set depth to 1 when fetch submodules
This commit is contained in:
@@ -7,7 +7,7 @@ steps:
|
||||
- name: Fetch Submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --recursive --remote
|
||||
- git submodule update --recursive --depth=1 --remote
|
||||
|
||||
- name: Testing
|
||||
image: ubuntu:bionic
|
||||
|
||||
Reference in New Issue
Block a user