Skip to content
Snippets Groups Projects

Draft: #3480533 D7 variables with D11 shift

+ 15
2
@@ -4,8 +4,13 @@ include:
# As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically.
# View these include files at https://git.drupalcode.org/project/gitlab_templates/
################
- project: $_GITLAB_TEMPLATES_REPO
ref: $_GITLAB_TEMPLATES_REF
# - project: $_GITLAB_TEMPLATES_REPO
# ref: main
# MR 271
- project: issue/gitlab_templates-3480533
ref: 3480533-test-new-variables-on-d7
file:
- '/includes/include.drupalci.main-d7.yml'
- '/includes/include.drupalci.variables.yml'
@@ -15,6 +20,14 @@ variables:
_SHOW_ENVIRONMENT_VARIABLES: 1
OPT_IN_TEST_MAX_PHP: 1
# If the MR has changes to a file that is retrieved via curl then specify these two CURL_TEMPLATES variables to match the repo and ref above.
# Better to have any value here, even if it does not match the values above, because any MR is likely to be more up-to-date than 'default-ref'.
_CURL_TEMPLATES_REPO: issue/gitlab_templates-3480533
_CURL_TEMPLATES_REF: 3480533-test-new-variables-on-d7
SKIP_PHPCS: 0
SKIP_PHPUNIT: 0
# -------------------------------- BUILD ---------------------------------------
.skip-and-opt-in-debug: &skip-and-opt-in-debug
Loading