From 8164609b7fde391294a6a6b3c1e1d5b94069e42e Mon Sep 17 00:00:00 2001 From: Arnaud Billon <arnaud.billon@kitware.com> Date: Tue, 22 Feb 2022 16:53:13 +0100 Subject: [PATCH] [ci] Request VelodynePrivate workaround --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4a28095c..7eb79b0f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,7 @@ +variables: + CI_VELODYNEPRIVATE_ENABLE: + value: 'ON' include: - project: 'LidarView/lidarview-core' file: 'CI/.gitlab-ci-for-lidarview.yml' - ref: master \ No newline at end of file + ref: master -- GitLab