From 769b7cd25383477d3b4947691edc727743c0f9f7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Apr 2016 17:41:41 +0300 Subject: Add scripts for add wrappers for fix gitlab network errors. --- .gitlab-ci.yml | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f836cfa..fc39f818 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,35 +11,17 @@ before_script: testxml: stage: test script: - - apt-get update - - 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 https://gitlab.com/evol/evol-tools.git tools + - ./.tools/testxml.sh - pwd - - ./tools/gitlab-ci/clientdata/testxml.sh - - pwd - - ls clientdata/shared - artifacts: - paths: - - shared - - public pages: stage: deploy script: - - apt-get update - - apt-get -y -qq install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python - - cd .. - - rm -rf tools - - git clone https://gitlab.com/evol/evol-tools.git tools - - pwd - - ./tools/gitlab-ci/clientdata/deploy.sh + - ./.tools/deploy.sh - pwd - ls clientdata/shared artifacts: paths: - - shared - public only: - master @@ -50,9 +32,6 @@ ok_job: - pwd - echo $CI_BUILD_REF_NAME when: on_success - artifacts: - paths: - - shared fail_job: stage: fail @@ -60,6 +39,3 @@ fail_job: - pwd - echo $CI_BUILD_REF_NAME when: on_failure -# artifacts: -# paths: -# - shared -- cgit v1.2.3-60-g2f50