From 9091c8779241a32d6f43a6ee564f2f3b5affc79c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Aug 2017 05:38:26 +0300 Subject: citest --- .gitlab-ci.yml | 72 ---------------------------------------------------------- 1 file changed, 72 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 575df15b..913e055d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,75 +13,3 @@ testxml: script: - ./.tools/testxml.sh - pwd - -contributors: - stage: test - script: - - ./.tools/contributors.sh - - pwd - -pngcheck: - stage: test - script: - - ./.tools/pngcheck.sh - -imagemagiccheck: - stage: test - script: - - ./.tools/imagemagiccheck.sh - -licensecheck: - stage: test - script: - - ./.tools/licensecheck.sh - -manaplus: - stage: test - script: - - ./.tools/manaplus.sh - artifacts: - paths: - - shared - when: always - expire_in: 3 week - -newlines: - stage: test - script: - - ./.tools/newlines.sh - artifacts: - paths: - - shared - when: always - expire_in: 3 week - -pages: - stage: deploy - script: - - ./.tools/deploy.sh - - pwd - artifacts: - paths: - - public - only: - - master - -ok_job: - stage: ok - script: - - pwd - - echo $CI_BUILD_REF_NAME - when: on_success - dependencies: [] - variables: - GIT_STRATEGY: none - -fail_job: - stage: fail - script: - - pwd - - echo $CI_BUILD_REF_NAME - when: on_failure - dependencies: [] - variables: - GIT_STRATEGY: none -- cgit v1.2.3-60-g2f50