diff options
author | Florian Müllner <fmuellner@gnome.org> | 2019-04-03 13:28:32 +0200 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2019-04-03 13:50:35 +0200 |
commit | f81ac498fbb9a12cfefe52ec363a09e6d0cd48c8 (patch) | |
tree | ed32b35a626f2101795a79a26790bbbf2b5a4bc9 /.gitlab-ci.yml | |
parent | 5357e0a18cf94486cb3ad20ec0bc65c8ac932193 (diff) | |
download | gnome-shell-f81ac498fbb9a12cfefe52ec363a09e6d0cd48c8.tar.gz |
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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea91cec00..1c662ce3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |