Skip to content
Snippets Groups Projects

Issue #3516328: remove duplicate

Closed julio retkwa requested to merge issue/drupal-3516328:11.x into 11.x
1 file
+ 0
25
Compare changes
  • Side-by-side
  • Inline
+ 0
25
@@ -331,31 +331,6 @@ default:
# Lint Jobs
################
'📔 Spell-checking':
<<: [ *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/
'📔 Spell-checking':
<<: [ *default-job-settings-lint ]
stage: 🪄 Lint
Loading