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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2019-04-05 17:15:59 +0300
committerNick Thomas <nick@gitlab.com>2019-04-05 17:15:59 +0300
commitbea68b230abfa61e5f0d41c1e2d931ea9a35102d (patch)
treed33a0312f124c4615c343c7a03d57ca234bf8ae7 /.gitlab-ci.yml
parentda5e49aa836ea4eba6de7c0c78e911748a3ad733 (diff)
Enable GitLab license management
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b9bb16dd..43bbb93f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,6 @@
+include:
+ template: License-Management.gitlab-ci.yml
+
.test: &test
script:
- echo "Running all tests without daemonizing..."
@@ -10,6 +13,10 @@
paths:
- bin/gitlab-pages
+license_management:
+ variables:
+ SETUP_CMD: echo "Skip setup. Dependency already vendored"
+
verify:
image: golang:1.11
script: