diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-02 17:49:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-02 17:49:24 +0300 |
commit | 54e406911cbd14c7c4e487ebf35b95782d3647e6 (patch) | |
tree | 754aff0fd50ea4f805b0637804a00ba3b88e479b /.gitlab-ci.yml | |
parent | 620fa033739525d59e757f2f0e8309c4625d793c (diff) | |
download | ManaVerse-54e406911cbd14c7c4e487ebf35b95782d3647e6.tar.gz ManaVerse-54e406911cbd14c7c4e487ebf35b95782d3647e6.tar.bz2 ManaVerse-54e406911cbd14c7c4e487ebf35b95782d3647e6.tar.xz ManaVerse-54e406911cbd14c7c4e487ebf35b95782d3647e6.zip |
Set GIT_DEPTH: "100000" into gitstats job in .gitlab-ci.yml
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 f7591c242..1da11943c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6284,6 +6284,7 @@ gitstats: when: always dependencies: [] variables: + GIT_DEPTH: "100000" PACKAGES: python zlib1g git-core gnuplot tags: - docker |