From db80e3e09f3a79afbe0b6dc5783f24e27a09f650 Mon Sep 17 00:00:00 2001 From: Oswaldo Ferreira Date: Thu, 27 Jun 2019 12:39:44 -0300 Subject: [PATCH] Readd License Management template to CI It readds the license management template behind Security/ namespace. It was removed at !1204 given it was failing the pipelines at dev.gitlab.org. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c9a0ade46..68d2efbc50 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 -- GitLab