diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-07 14:13:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-07 14:13:13 -0300 |
commit | 24f517c711e79e4d26f98a7484cac1bb2a3860fe (patch) | |
tree | d8a613caea2afdfd4ec297c4f5cda8c27d5ee86d | |
parent | 617322ac16690d249dbfb92c241179b0123a4735 (diff) | |
download | clientdata-24f517c711e79e4d26f98a7484cac1bb2a3860fe.tar.gz clientdata-24f517c711e79e4d26f98a7484cac1bb2a3860fe.tar.bz2 clientdata-24f517c711e79e4d26f98a7484cac1bb2a3860fe.tar.xz clientdata-24f517c711e79e4d26f98a7484cac1bb2a3860fe.zip |
Enable our custom license check. Blame errors on @Saulc
(even if several from these are my fault %%n )
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46afcccd8..65e30db37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ contributors: - ./.tools/contributors.sh - pwd -.licensecheck: +licensecheck: stage: test script: - ./.tools/licensecheck.sh |