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.
|
# our configure script, so disable auto submodule management.
|
||||||
git:
|
git:
|
||||||
submodules: false
|
submodules: false
|
||||||
|
depth: 1
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- docker build -t rust -f src/etc/Dockerfile src/etc
|
- docker build -t rust -f src/etc/Dockerfile src/etc
|
||||||
|
|
Loading…
Reference in New Issue