From 035527cdcb1161127575aafbac8e07037f4f8875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 19 Jul 2021 13:56:55 +0200 Subject: [PATCH] ci: Move FDO_UPSTREAM_REPO to global scope ci-fairy also uses the variable to set the upstream remote that is used to build the commit range to check. Part-of: --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db340f8f5..a13480a6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,11 +9,13 @@ stages: - test - analyze +variables: + FDO_UPSTREAM_REPO: GNOME/mutter + .mutter.fedora:34@common: variables: FDO_DISTRIBUTION_VERSION: 34 BASE_TAG: '2021-07-09.1' - FDO_UPSTREAM_REPO: GNOME/mutter FDO_DISTRIBUTION_PACKAGES: 'gdm gnome-shell xorg-x11-server-Xvfb sassc gcovr clang' FDO_DISTRIBUTION_EXEC: |