diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-17 10:59:48 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-17 11:08:08 +0200 |
commit | 4b593a01684608069b619560027755e6f8d5997c (patch) | |
tree | e3d972f34e4c299bf381b66d6c49a5fadef9be49 /.gitlab-ci.yml | |
parent | 666b5651689d3a5a7e6b2e7c18c7c818c81ead84 (diff) | |
download | gitlab-ce-4b593a01684608069b619560027755e6f8d5997c.tar.gz |
Use GIT_DEPTH when running buildsuse-git-depth
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83a906932d0..cbf97f4ee1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ variables: SIMPLECOV: "true" USE_DB: "true" USE_BUNDLE_INSTALL: "true" + GIT_DEPTH: "20" before_script: - source ./scripts/prepare_build.sh |