From 7fe92c38bb925f80b5168636fc05bfc652d922a0 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Wed, 9 Jun 2021 12:05:19 +0000 Subject: [PATCH] Fix the PBR version until another solution is found --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffffb466a..931e79d35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ image: artefact.skatelescope.org/ska-tango-images/tango-itango:9.3.3.7 variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" + PBR_VERSION: 0.1 cache: paths: - .cache/pip -- GitLab