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:
authorLukas 'Eipi' Eipert <leipert@gitlab.com>2019-03-01 15:32:43 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-04 11:06:59 +0300
commit6688625a6d324884174a3f0ac5d7db0d9c1b039c (patch)
tree981172c26f30499ea794c91a52b0af68c3b91cc2 /.gitlab-ci.yml
parentfd9cfd4ba8086de983c189b49fc37b3e90076f1f (diff)
Run a noop install command
As we vendor the go dependencies, we are going to skip installs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be46c0b54..898a8a1c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -194,6 +194,8 @@ 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: [""]