From 2702cdf889496da916e6fef40e2cd609463b3d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 11 Jan 2021 14:03:44 +0100 Subject: [PATCH] ci: Update ci-fairy image The default rules file name has changed from commitrules.yml to commit-rules.yml, adjust to that change. Part-of: --- .gitlab-ci.yml | 2 +- .gitlab-ci/commitrules.yml | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .gitlab-ci/commitrules.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 704b7e5f..a1d62d33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ include: - - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/18194044f0f984c8815bc9a1a146582f6bf15d41/templates/ci-fairy.yml" + - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/6f86b8bcb0cd5168c32779c4fea9a893c4a0c046/templates/ci-fairy.yml" image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/33:2020-11-17.0 diff --git a/.gitlab-ci/commitrules.yml b/.gitlab-ci/commitrules.yml deleted file mode 100644 index a3913a98..00000000 --- a/.gitlab-ci/commitrules.yml +++ /dev/null @@ -1,13 +0,0 @@ -patterns: - deny: - - regex: '^$CI_MERGE_REQUEST_PROJECT_URL/(-/)?merge_requests/$CI_MERGE_REQUEST_IID$' - message: Commit message must not contain a link to its own merge request - - regex: '^extensions/' - message: Commit message subject should not be prefixed with 'extensions/', use the extension name instead - where: subject - - regex: '^[^:]+: [a-z]' - message: "Commit message subject should be properly Capitalized. E.g. 'window: Marginalize extradicity'" - where: subject - - regex: '^\S*\.js:' - message: Commit message subject prefix should not include .js - where: subject