summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-12 21:26:37 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-12 21:26:37 -0300
commit08a0050333617bebbcd0b02ddc4bd2e3be3578be (patch)
tree8cfb9aba34a8a6c8d4e0460b07678c700713de06 /.gitlab-ci.yml
parent52186e9142e88decfad063e530ad8e3584c5b588 (diff)
downloadclientdata-08a0050333617bebbcd0b02ddc4bd2e3be3578be.tar.gz
clientdata-08a0050333617bebbcd0b02ddc4bd2e3be3578be.tar.bz2
clientdata-08a0050333617bebbcd0b02ddc4bd2e3be3578be.tar.xz
clientdata-08a0050333617bebbcd0b02ddc4bd2e3be3578be.zip
Remove Integrity stage, merge with 'test'
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
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