Skip to content
Snippets Groups Projects
Commit 97d83512 authored by jurgenhaas's avatar jurgenhaas
Browse files

Rearchitect for global variables

parent cdbaa237
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,6 @@ variables:
LOCALDBFILE: none
NAMESPACES_CHECK_UPDATE: drupal/* drush/* lakedrops/*
OUTDATED_EXTRAS: ''
PHP_MAJOR_VERSION: 8
PHP_MINOR_VERSION: 1
PROJECT_BRANCH: $CI_COMMIT_REF_NAME
SITE_NAME: drupal_${PROJECT_NAME}_$CI_COMMIT_REF_SLUG
THEME_BASE_PATH: web/core/themes/olivero
......
......@@ -29,6 +29,7 @@ phpunit (next major):
allow_failure: false
before_script:
- *provide-info-yml-if-needed
# The following block can be remove when https://www.drupal.org/project/gitlab_templates/issues/3459888 is being released.
upgrade status:
rules:
- if: '$RUN_JOB_UPGRADE_STATUS == "0"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment