ci: Fix UPSTREAM_REPO -> FDO_UPSTREAM_REPO

The latter is what ci-templates expect.

Fixes: ab73c16930 "ci: Update to the latest templates"
Reviewed-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Michel Dänzer 2021-06-11 18:25:01 +02:00 committed by Michel Dänzer
parent 7e7c147105
commit d163e0a1d5

View File

@ -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"