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:
authorPhilippe Lafoucrière <plafoucriere@gitlab.com>2019-04-05 07:16:04 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-04-05 07:16:04 +0300
commitf0f7ea01efe2a67657ebfc69c28c1f9f3463567f (patch)
treee80bd01f4d95c5b42ca1d1c9e34b274a41adee9e
parent727df67bb578939ae2e65549b00af69bee68eaa4 (diff)
Use License Management template in CI
-rw-r--r--.gitlab-ci.yml15
1 files changed, 2 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9399c076..475da7c38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -179,16 +179,5 @@ update-downstream-server-version:
- ruby _support/update-downstream-server-version
allow_failure: true
-license_management:
- variables:
- SETUP_CMD: "echo 'Skipping Ruby setup, only checking Go dependencies'"
- 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
+include:
+ template: License-Management.gitlab-ci.yml