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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-02-13 17:13:31 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-04 11:05:59 +0300
commitfd9cfd4ba8086de983c189b49fc37b3e90076f1f (patch)
treec03ddde112c86a523f84c1a7e7e27df9bec3fe1e
parent412148b34485702db63a4b365b3f896b421c5a90 (diff)
Add GitLabs license management to Gitaly's CI
Last week I had to manually check a license, and I'd rather not do that anymore for anything else that uses that license. This seemed like a fair solution, and allows us to dogfood our own product.
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f483a3bf..be46c0b54 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -192,3 +192,15 @@ update-downstream-server-version:
script:
- ruby _support/update-downstream-server-version
allow_failure: true
+
+license_management:
+ image:
+ name: "registry.gitlab.com/gitlab-org/security-products/license-management:$CI_SERVER_VERSION_MAJOR-$CI_SERVER_VERSION_MINOR-stable"
+ entrypoint: [""]
+ stage: test
+ allow_failure: true
+ script:
+ - /run.sh analyze .
+ artifacts:
+ reports:
+ license_management: gl-license-management-report.json