Skip to content
Snippets Groups Projects

Merging develop into main

Merged GitLab CI requested to merge develop into main
2 files
+ 10
1
Compare changes
  • Side-by-side
  • Inline
Files
2
  • e59f9809
    #21 Add support for update status test · e59f9809
    jurgenhaas authored
+ 9
1
@@ -88,7 +88,7 @@ commands:
module=$1
shift
/usr/local/bin/node_cmd yarn --silent --cwd web/core stylelint --formatter verbose --config ./.stylelintrc.json "../modules/contrib/${module}/**/*.css" --color $@
usage: Stylelint tests by module
usage: Stylelint tests by module. Please run preparecorefordev first.
eslintmodule:
cmd: |
module=$1
@@ -128,3 +128,11 @@ commands:
/drupal/web/core/node_modules/.bin/cspell -c .cspell.json --words-only --unique --no-progress $_CSPELL_EXTRA ** | sort -f
fi
rm .cspell.json
usage: Spell checker. Please run preparecorefordev first.
upgradestatusmodule:
cmd: |
export CI_PROJECT_NAME=$1
shift
drush -y en upgrade_status
drush -y upgrade_status:analyze $CI_PROJECT_NAME
drush -y pmu upgrade_status
Loading