Skip to content
Snippets Groups Projects

Draft: Resolve #3401810 "Ignore test issue"

1 unresolved thread
+ 8
5
@@ -32,11 +32,12 @@ include:
@@ -32,11 +32,12 @@ include:
# As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically.
# 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/
# View these include files at https://git.drupalcode.org/project/gitlab_templates/
################
################
- project: $_GITLAB_TEMPLATES_REPO
ref: $_GITLAB_TEMPLATES_REF
# MR 106 Create environment variables
 
- project: issue/gitlab_templates-3409296
 
ref: 3409296-module-name
 
file:
file:
# - '/includes/include.drupalci.main.yml'
# EXPERIMENTAL: For Drupal 7, remove the above line and uncomment the below.
- '/includes/include.drupalci.main-d7.yml'
- '/includes/include.drupalci.main-d7.yml'
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.workflows.yml'
- '/includes/include.drupalci.workflows.yml'
@@ -49,6 +50,8 @@ include:
@@ -49,6 +50,8 @@ include:
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
################
variables:
variables:
 
_CURL_TEMPLATES_REPO: issue/gitlab_templates-3409296
 
_CURL_TEMPLATES_REF: 3409296-module-name
_TARGET_PHP: "5.6"
_TARGET_PHP: "5.6"
# _SHOW_ENVIRONMENT_VARIABLES: "1"
_SHOW_ENVIRONMENT_VARIABLES: "1"
# SKIP_ESLINT: '1'
# SKIP_ESLINT: '1'
Loading