enable shallow clone to save my git server bandwidth

This commit is contained in:
Joey Hess 2023-03-18 17:45:31 -04:00
parent 9e2b2498b9
commit 0363e375d6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

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