Skip to content
Snippets Groups Projects

Resolve #3422537 "Increment or remove"

Open Björn Brala requested to merge issue/drupal-3422537:3422537-increment-or-remove into 11.x
All threads resolved!
+ 2
1
# cspell:ignore codequality Micheh micheh webide updatedb stylelintrc
# cspell:ignore codequality Micheh micheh webide updatedb stylelintrc unshallow
################
################
# Drupal GitLabCI template.
# Drupal GitLabCI template.
@@ -401,6 +401,7 @@ default:
@@ -401,6 +401,7 @@ default:
fi;
fi;
- cd core
- cd core
- corepack enable
- corepack enable
 
- git diff ${CI_MERGE_REQUEST_TARGET_BRANCH_SHA:-$CI_MERGE_REQUEST_DIFF_BASE_SHA} --name-only 2>1 > /dev/null || (echo "Warning, cannot find changed files, converting to full clone." & (git fetch --unshallow --quiet && echo "Fetch successful."))
- git diff ${CI_MERGE_REQUEST_TARGET_BRANCH_SHA:-$CI_MERGE_REQUEST_DIFF_BASE_SHA} --name-only | sed "s_^_../_" | yarn run spellcheck:core --no-must-find-files --file-list stdin
- git diff ${CI_MERGE_REQUEST_TARGET_BRANCH_SHA:-$CI_MERGE_REQUEST_DIFF_BASE_SHA} --name-only | sed "s_^_../_" | yarn run spellcheck:core --no-must-find-files --file-list stdin
'📔 Validatable config':
'📔 Validatable config':
Loading