From 312528d84473716104a447a4d8ebc7a902e06839 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 24 Nov 2021 10:38:27 +0100 Subject: [PATCH] Specify dummy TOOLKIT_* values in CI Signed-off-by: Evan Lezar --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cdc18c3..8a7ef543 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,12 @@ stages: - build-one - build-all +variables: + # We specify the TOOLKIT_VERSION and TOOLKIT_TAG variable to allow packages + # to be built. + TOOLKIT_VERSION: 999.999.999 + TOOLKIT_TAG: dummy + .build-setup: &build-setup image: docker:19.03.8