summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-02 12:00:51 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-02 12:00:51 -0300
commit3a02dd082b7311d8c91e3c8e60a54863ef43e8a2 (patch)
tree1dbbab692036e59c038c2c143fc64cbf250b53e6
parent4d6fe927af87c16e80efc44b070c45851dc38c91 (diff)
downloadclientdata-3a02dd082b7311d8c91e3c8e60a54863ef43e8a2.tar.gz
clientdata-3a02dd082b7311d8c91e3c8e60a54863ef43e8a2.tar.bz2
clientdata-3a02dd082b7311d8c91e3c8e60a54863ef43e8a2.tar.xz
clientdata-3a02dd082b7311d8c91e3c8e60a54863ef43e8a2.zip
Move licensecheck to its own stage ("documentation") so we know if stuff is good or bad
-rw-r--r--.gitlab-ci.yml28
1 files changed, 4 insertions, 24 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df624bd7..08438466 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,7 @@
stages:
- test
- deploy
-- fail
-- ok
+- documentation
image: debian:stable
before_script:
@@ -24,11 +23,6 @@ imagemagiccheck:
script:
- ./.tools/imagemagiccheck.sh
-licensecheck:
- stage: test
- script:
- - ./.tools/licensecheck.sh
-
manaplus:
stage: test
image: debian:unstable
@@ -61,22 +55,8 @@ pages:
only:
- master
-ok_job:
- stage: ok
+licensecheck:
+ stage: documentation
script:
- - pwd
- - echo $CI_BUILD_REF_NAME
- when: on_success
- dependencies: []
- variables:
- GIT_STRATEGY: none
+ - ./.tools/licensecheck.sh
-fail_job:
- stage: fail
- script:
- - pwd
- - echo $CI_BUILD_REF_NAME
- when: on_failure
- dependencies: []
- variables:
- GIT_STRATEGY: none