Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-04-18 00:56:10 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-06-06 22:39:36 +0300
commit9442482d091cd4fabd760797aa9455f96e5abbb6 (patch)
treecc493a8f5d77169ec1af759b3b0eb467a49e9a2d /.gitlab-ci.yml
parentb51b14507c06ed898ae4a63ffda0e84ca40342d3 (diff)
Add some gems' licenses not caught by License Finder.
Also add License Finder to CI (only runs on master).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85730e1b687..e4d81ccf350 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,6 +93,11 @@ scss-lint:
script:
- bundle exec rake scss_lint
+license-finder:
+ stage: test
+ script:
+ - bundle exec license_finder
+
brakeman:
stage: test
script: