From d163e0a1d5ec54cc726d45a239a0777d0a84d610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 11 Jun 2021 18:25:01 +0200 Subject: [PATCH] ci: Fix UPSTREAM_REPO -> FDO_UPSTREAM_REPO The latter is what ci-templates expect. Fixes: ab73c16930d6 "ci: Update to the latest templates" Reviewed-by: Simon Ser --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cdb346c7..157a53006 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ # gcc/clang or other packages, which might break the build with older commits # using the same tag. variables: - UPSTREAM_REPO: xorg/xserver + FDO_UPSTREAM_REPO: xorg/xserver FDO_DISTRIBUTION_VERSION: buster-slim FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh' FDO_DISTRIBUTION_TAG: "2021-05-17"