Skip to content
Snippets Groups Projects
Commit f0e08409 authored by Jonathan Smith's avatar Jonathan Smith
Browse files

Issue #3513352 Align workflow

parent a1ba28ab
Branches
Tags 8.x-1.0-beta1
No related merge requests found
Pipeline #485809 passed
......@@ -18,6 +18,8 @@ workflow:
- !reference [ .default-workflow ]
# Run on commits to all the principal branches.
- if: $CI_COMMIT_BRANCH =~ /^(d7|d9|d10)-(basic|composer|plus|theme|profile)$/ && $CI_PROJECT_ROOT_NAMESPACE == "project"
# Run if the branch starts with '3503337' - the generic testing issue.
- if: $CI_COMMIT_BRANCH =~ /^3503337/
variables:
# Opt in to current only.
......@@ -27,6 +29,15 @@ variables:
_SHOW_ENVIRONMENT_VARIABLES: 1
_ALL_VALIDATE_ALLOW_FAILURE: 0
# -------------------------------- BUILD ---------------------------------------
.composer-base:
after_script:
- |
$CI_PROJECT_DIR/vendor/bin/drush status | grep version | tr -s ' '
# -------------------------------- VALIDATE ------------------------------------
cspell:
before_script:
- echo "BEFORE_SCRIPT_ACTIONS = $BEFORE_SCRIPT_ACTIONS"
......@@ -63,3 +74,5 @@ phpcs:
cp -v .gitlab/phpcs-ok.xml phpcs.xml.dist
cp -v .gitlab/phpcs-ok.xml phpcs.xml.old
fi
# -------------------------------- TEST ----------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment