Reduce git clone --depth from 50 to 1
This commit is contained in:
parent
f5d79521ae
commit
ca259666a5
@ -7,6 +7,7 @@ services:
|
||||
# our configure script, so disable auto submodule management.
|
||||
git:
|
||||
submodules: false
|
||||
depth: 1
|
||||
|
||||
before_install:
|
||||
- docker build -t rust -f src/etc/Dockerfile src/etc
|
||||
|
Loading…
Reference in New Issue
Block a user