diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 20:27:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 20:27:13 -0300 |
commit | 657a2be2175383cb6b3fddb440d37dc0b553e379 (patch) | |
tree | 9913496cc970d883d8c7919fc3777fc5245b04bf /.gitlab-ci.yml | |
parent | 94d90ea9e8236e5f0fa446361ba0888deca62296 (diff) | |
download | clientdata-657a2be2175383cb6b3fddb440d37dc0b553e379.tar.gz clientdata-657a2be2175383cb6b3fddb440d37dc0b553e379.tar.bz2 clientdata-657a2be2175383cb6b3fddb440d37dc0b553e379.tar.xz clientdata-657a2be2175383cb6b3fddb440d37dc0b553e379.zip |
Make Contributors List
Diffstat (limited to '.gitlab-ci.yml')
-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 92476bde..c15f91d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ stages: - test - integrity -- deploy - fail - ok @@ -51,13 +50,13 @@ contributors: - ./.tools/contributors.sh - pwd -licensecheck: +.licensecheck: stage: integrity script: - ./.tools/licensecheck.sh -pages: - stage: deploy +.pages: + stage: integrity script: - ./.tools/deploy.sh - pwd |