diff options
author | Jonas Ã…dahl <jadahl@gmail.com> | 2020-11-23 08:28:42 +0100 |
---|---|---|
committer | Marge Bot <marge-bot@gnome.org> | 2020-11-23 14:27:38 +0000 |
commit | aa186193b557896ad3b02f60eb5470b3995a78e7 (patch) | |
tree | 1a0dd73fc18a1744047e7f9d2a1b6134e7361960 /.gitlab-ci.yml | |
parent | 6e27cc0548979773549c52bf560b25ae3c462c68 (diff) | |
download | mutter-aa186193b557896ad3b02f60eb5470b3995a78e7.tar.gz |
ci: Bump ci-templates to include ci-fairy fix
This should avoid ci-fairy crashing when checking merge requests on the
same repo as the target branch.
See
https://gitlab.freedesktop.org/freedesktop/ci-templates/-/merge_requests/66.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1587>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 501fca58e..6472b1b8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ include: - - remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/7ea696055e322cc7aa4bcbe5422b56a198c4bdff/templates/fedora.yml' - - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/7ea696055e322cc7aa4bcbe5422b56a198c4bdff/templates/ci-fairy.yml" + - remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/8445ff7af2a68795afb98f486251f2ef8f90621c/templates/fedora.yml' + - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/8445ff7af2a68795afb98f486251f2ef8f90621c/templates/ci-fairy.yml" stages: - review |