From 65519fa5b724e7b8d3d69a92f3da0ceda633c6a3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 11 Apr 2016 14:13:24 +0300 Subject: Remove shallow clones from .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file 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 -- cgit v1.2.3-70-g09d2