From b735b369a74a89d6933dc46ee25c7cbec92af4bf Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Wed, 12 May 2021 14:15:37 +0000
Subject: [PATCH] ci: remove invalid commit-message job

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef4c9766df..0b921f0331 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,11 +41,6 @@ before_script:
   - php composer.phar install --prefer-dist --no-ansi --no-interaction --no-progress --ignore-platform-reqs
   - npm install
 
-commit-message:
-  stage: init
-  script:
-    - npx commitlint CI_COMMIT_MESSAGE
-
 tests:
   stage: quality
   script:
-- 
GitLab