diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-17 21:44:36 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-17 21:44:36 -0200 |
commit | 37f6978bcf1f45970bd7c6c15f6402fc2c0d1366 (patch) | |
tree | 1b5d5a78c0d713b218eeb6464ddbf29d0fa3bf43 /.gitlab-ci.yml | |
parent | 5a719f2dd2539dc8243c9261530741aee6060af3 (diff) | |
download | clientdata-37f6978bcf1f45970bd7c6c15f6402fc2c0d1366.tar.gz clientdata-37f6978bcf1f45970bd7c6c15f6402fc2c0d1366.tar.bz2 clientdata-37f6978bcf1f45970bd7c6c15f6402fc2c0d1366.tar.xz clientdata-37f6978bcf1f45970bd7c6c15f6402fc2c0d1366.zip |
Move licensecheck and contributors to deploy stage. Fix broken newlineclient-180217
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: |