summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-19 05:38:26 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-19 05:38:26 +0300
commit9091c8779241a32d6f43a6ee564f2f3b5affc79c (patch)
treec7ff6bbb8fcb21a4c0c730a13d66f1cc49871ebb
parentbc9a0921117445633a982cde8c54b48837d85567 (diff)
downloadclientdata-citest.tar.gz
clientdata-citest.tar.bz2
clientdata-citest.tar.xz
clientdata-citest.zip
citestcitest
-rw-r--r--.gitlab-ci.yml72
1 files changed, 0 insertions, 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