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:
parent
7e7c147105
commit
d163e0a1d5
|
@ -8,7 +8,7 @@
|
||||||
# gcc/clang or other packages, which might break the build with older commits
|
# gcc/clang or other packages, which might break the build with older commits
|
||||||
# using the same tag.
|
# using the same tag.
|
||||||
variables:
|
variables:
|
||||||
UPSTREAM_REPO: xorg/xserver
|
FDO_UPSTREAM_REPO: xorg/xserver
|
||||||
FDO_DISTRIBUTION_VERSION: buster-slim
|
FDO_DISTRIBUTION_VERSION: buster-slim
|
||||||
FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh'
|
FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh'
|
||||||
FDO_DISTRIBUTION_TAG: "2021-05-17"
|
FDO_DISTRIBUTION_TAG: "2021-05-17"
|
||||||
|
|
Loading…
Reference in New Issue