enable shallow clone to save my git server bandwidth
This commit is contained in:
parent
9e2b2498b9
commit
0363e375d6
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
||||||
# Desktop (a required .txt extension will be added automatically). The session
|
# Desktop (a required .txt extension will be added automatically). The session
|
||||||
# will run until the file is removed (or 60 min have passed)
|
# will run until the file is removed (or 60 min have passed)
|
||||||
|
|
||||||
|
# Do a shallow clone with enough commits that queued builds will still
|
||||||
|
# find the commit they want to build.
|
||||||
|
clone_depth: 100
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# Do not use `image` as a matrix dimension, to have fine-grained control over
|
# Do not use `image` as a matrix dimension, to have fine-grained control over
|
||||||
# what tests run on which platform
|
# what tests run on which platform
|
||||||
|
|
Loading…
Reference in a new issue