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

Issue #3513352 Align workflow

parent 9a013847
No related branches found
No related tags found
No related merge requests found
Pipeline #485810 passed
......@@ -29,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"
......@@ -65,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