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

github.com/NVIDIA/nvidia-docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Lezar <elezar@nvidia.com>2021-11-24 12:38:27 +0300
committerEvan Lezar <elezar@nvidia.com>2021-11-24 12:38:38 +0300
commit312528d84473716104a447a4d8ebc7a902e06839 (patch)
treede6f43a8edddcfd2f1cb5ca25004cc5bf12c0a65 /.gitlab-ci.yml
parenta25921bf4c115d550ca5634ee27272beb65196f1 (diff)
Specify dummy TOOLKIT_* values in CI
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cdc18c..8a7ef54 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