From 6688625a6d324884174a3f0ac5d7db0d9c1b039c Mon Sep 17 00:00:00 2001 From: Lukas 'Eipi' Eipert Date: Fri, 1 Mar 2019 12:32:43 +0000 Subject: Run a noop install command As we vendor the go dependencies, we are going to skip installs --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') 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: [""] -- cgit v1.2.3