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:
authorJohn Cai <jcai@gitlab.com>2019-06-27 22:38:47 +0300
committerJohn Cai <jcai@gitlab.com>2019-06-27 22:38:47 +0300
commitd560596fd853af3cb6d9a198be873e3682aeb3b3 (patch)
treeb8b43454e45e9f9fb2bc332a5700af0f20115bf9
parentc7d5d5e391b8500c0cd728900590ceab3581a62e (diff)
parentdb80e3e09f3a79afbe0b6dc5783f24e27a09f650 (diff)
Merge branch 'readd-license-management-template' into 'master'
Readd License Management template to CI Closes #1630 See merge request gitlab-org/gitaly!1337
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c9a0ade4..68d2efbc5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -169,3 +169,6 @@ update-downstream-server-version:
script:
- ruby _support/update-downstream-server-version
allow_failure: true
+
+include:
+ template: Security/License-Management.gitlab-ci.yml