diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 575df15b..61687f80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,12 +14,6 @@ testxml: - ./.tools/testxml.sh - pwd -contributors: - stage: test - script: - - ./.tools/contributors.sh - - pwd - pngcheck: stage: test script: @@ -30,11 +24,6 @@ imagemagiccheck: script: - ./.tools/imagemagiccheck.sh -licensecheck: - stage: test - script: - - ./.tools/licensecheck.sh - manaplus: stage: test script: @@ -55,6 +44,17 @@ newlines: when: always expire_in: 3 week +contributors: + stage: deploy + script: + - ./.tools/contributors.sh + - pwd + +licensecheck: + stage: deploy + script: + - ./.tools/licensecheck.sh + pages: stage: deploy script: |