diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 21:26:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 21:26:37 -0300 |
commit | 08a0050333617bebbcd0b02ddc4bd2e3be3578be (patch) | |
tree | 8cfb9aba34a8a6c8d4e0460b07678c700713de06 | |
parent | 52186e9142e88decfad063e530ad8e3584c5b588 (diff) | |
download | clientdata-08a0050333617bebbcd0b02ddc4bd2e3be3578be.tar.gz clientdata-08a0050333617bebbcd0b02ddc4bd2e3be3578be.tar.bz2 clientdata-08a0050333617bebbcd0b02ddc4bd2e3be3578be.tar.xz clientdata-08a0050333617bebbcd0b02ddc4bd2e3be3578be.zip |
Remove Integrity stage, merge with 'test'
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c15f91d9..46afcccd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - test -- integrity - fail - ok @@ -45,18 +44,18 @@ newlines: expire_in: 3 week contributors: - stage: integrity + stage: test script: - ./.tools/contributors.sh - pwd .licensecheck: - stage: integrity + stage: test script: - ./.tools/licensecheck.sh .pages: - stage: integrity + stage: test script: - ./.tools/deploy.sh - pwd |