summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSantiago Ruano Rincón <santiagorr@riseup.net>2019-11-19 16:37:29 +0100
committerSantiago Ruano Rincón <santiagorr@riseup.net>2019-11-19 16:37:29 +0100
commit7dee3991fe01e1169eec4a85e504f11af208f3f0 (patch)
treee839a5f1b015e81d6ec51eb2897cd60a3bd4da40 /.gitlab-ci.yml
parentec61fdbcf8301ac9d5f49264ca2a14c152fec958 (diff)
Change GIT_DEPTH to 1 to reduce the use of resources in salsa-ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 557ba339dc..67884599da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,4 +9,4 @@ check-syntax:
# https://docs.gitlab.com/ce/ci/yaml/#shallow-cloning
variables:
- GIT_DEPTH: "25"
+ GIT_DEPTH: "1"

© 2014-2024 Faster IT GmbH | imprint | privacy policy