Reduce git clone --depth from 50 to 1

This commit is contained in:
Stefan Schindler 2016-07-28 11:48:43 +02:00
parent f5d79521ae
commit ca259666a5
1 changed files with 1 additions and 0 deletions

View File

@ -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