ci: Use custom image for commit log check

We can speed up the check a little bit by using an image that
already contains git, so do that.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/480
This commit is contained in:
Florian Müllner 2019-04-03 13:28:32 +02:00
parent 5357e0a18c
commit f81ac498fb

View File

@ -15,10 +15,8 @@ variables:
- merge_requests
check_commit_log:
image: registry.fedoraproject.org/fedora:latest
image: registry.gitlab.gnome.org/gnome/mutter/master:v1
stage: review
before_script:
- dnf install -y git
script:
- ./.gitlab-ci/check-commit-log.sh
only: