From bf2ae03969d8a67f96dee79133ea1ece5ff36066 Mon Sep 17 00:00:00 2001 From: Julio Retkwa <julio@zoocha.com> Date: Sun, 30 Mar 2025 21:18:06 -0300 Subject: [PATCH 1/2] Issue #3516328: remove duplicate --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 094e7f00ff78..c9fd91eedc4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -356,7 +356,6 @@ default: paths: - core/node_modules/ -'๐ Spell-checking': <<: [ *default-job-settings-lint ] stage: ๐ช Lint variables: -- GitLab From 3f182b8e71a1ab116d674844c803e623962a232b Mon Sep 17 00:00:00 2001 From: Julio Retkwa <julio@zoocha.com> Date: Sun, 30 Mar 2025 21:19:29 -0300 Subject: [PATCH 2/2] Issue #3516328: remove duplicate --- .gitlab-ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9fd91eedc4e..f9faa5bdb940 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -356,30 +356,6 @@ default: paths: - core/node_modules/ - <<: [ *default-job-settings-lint ] - stage: ๐ช Lint - variables: - KUBERNETES_CPU_REQUEST: "2" - script: - - *prepare-lint-directory - - *cspell-cache - - *core-spellcheck - - mv -f /build/core/package.json $CI_PROJECT_DIR/core/package.json - - mv -f /build/core/yarn.lock $CI_PROJECT_DIR/core/yarn.lock - - mv /build/core/node_modules $CI_PROJECT_DIR/core - cache: - key: - files: - - ./core/package.json - - ./core/yarn.lock - paths: - - ./core/node_modules - artifacts: - expire_in: 1 week - expose_as: 'yarn-vendor' - paths: - - core/node_modules/ - '๐งน PHP Static Analysis (phpstan)': <<: [ *default-job-settings-lint ] stage: ๐ช Lint -- GitLab