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:
parent
5357e0a18c
commit
f81ac498fb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user