diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-11 14:13:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-11 14:13:24 +0300 |
commit | 65519fa5b724e7b8d3d69a92f3da0ceda633c6a3 (patch) | |
tree | dc184356c5432377a2aed8e2328f9a53af936051 /.gitlab-ci.yml | |
parent | b3763f9cd7cb46c6b7e59e69ca2eedda2b35337c (diff) | |
download | clientdata-65519fa5b724e7b8d3d69a92f3da0ceda633c6a3.tar.gz clientdata-65519fa5b724e7b8d3d69a92f3da0ceda633c6a3.tar.bz2 clientdata-65519fa5b724e7b8d3d69a92f3da0ceda633c6a3.tar.xz clientdata-65519fa5b724e7b8d3d69a92f3da0ceda633c6a3.zip |
Remove shallow clones from .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bea899f..2fdebb49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ pages: - apt-get -y -qq install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python python-pyvorbis python-ogg python-pil - cd .. - rm -rf tools - - git clone --depth 1 https://gitlab.com/evol/evol-tools.git tools + - git clone https://gitlab.com/evol/evol-tools.git tools - pwd - ./tools/gitlab-ci/clientdata.sh - pwd @@ -31,7 +31,7 @@ ok_job: - apt-get -y -qq install ii psmisc pastebinit - cd .. - rm -rf tools - - git clone --depth 1 https://gitlab.com/evol/evol-tools.git tools + - git clone https://gitlab.com/evol/evol-tools.git tools - pwd - ls clientdata/shared - ./tools/gitlab-ci/susseccaction.sh @@ -54,7 +54,7 @@ fail_job: - apt-get -y -qq install ii psmisc pastebinit - cd .. - rm -rf tools - - git clone --depth 1 https://gitlab.com/evol/evol-tools.git tools + - git clone https://gitlab.com/evol/evol-tools.git tools - ls clientdata/shared - ./tools/gitlab-ci/failaction.sh when: on_failure |