From 8af9edf14ea24b7d4aff8875d7d80e056fbbf56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 7 Aug 2023 03:24:35 +0200 Subject: [PATCH] ci: Remove eslint_mr job There is no longer a difference between regular- and legacy config. That means that all code now follows the regular configuration, and we no longer need a separate check that enforces this for new code. Part-of: --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56d5b0fb9..c2bfdc136 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,23 +148,6 @@ eslint: junit: ${LINT_LOG} when: always -eslint_mr: - extends: - - .fdo.distribution-image@fedora - - .gnome-shell.fedora - stage: review - script: - - export NODE_PATH=$(npm root -g) - - ./.gitlab-ci/run-eslint --output-file ${LINT_MR_LOG} --format junit --stdout - --remote ${CI_MERGE_REQUEST_PROJECT_URL}.git - --branch ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME} - only: - - merge_requests - artifacts: - reports: - junit: ${LINT_MR_LOG} - when: always - potfile_c_check: extends: - .fdo.distribution-image@fedora