ci: Update mutter image

Mutter now produces an image as part of its CI pipeline. Use that
instead of the now outdated manually built image.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1504>
This commit is contained in:
Florian Müllner 2020-11-20 15:56:01 +01:00
parent 1fbf62f0c6
commit e81cab540f

View File

@ -15,6 +15,8 @@ variables:
LINT_LOG: "eslint-report.xml" LINT_LOG: "eslint-report.xml"
LINT_MR_LOG: "eslint-mr-report.xml" LINT_MR_LOG: "eslint-mr-report.xml"
image: registry.gitlab.gnome.org/gnome/mutter/fedora/33:2020-11-20.1
.only_default: &only_default .only_default: &only_default
only: only:
- branches - branches
@ -57,7 +59,6 @@ build-fedora-container:
<<: *only_default <<: *only_default
check_commit_log: check_commit_log:
image: registry.gitlab.gnome.org/gnome/mutter/master:v4
stage: review stage: review
variables: variables:
GIT_DEPTH: "100" GIT_DEPTH: "100"
@ -135,7 +136,6 @@ no_template_check:
<<: *only_default <<: *only_default
build: build:
image: registry.gitlab.gnome.org/gnome/mutter/master:v4
stage: build stage: build
needs: ["check_commit_log"] needs: ["check_commit_log"]
before_script: before_script:
@ -154,7 +154,6 @@ build:
- build - build
test: test:
image: registry.gitlab.gnome.org/gnome/mutter/master:v4
stage: test stage: test
needs: ["build"] needs: ["build"]
variables: variables: