Skip to content
Snippets Groups Projects
Verified Commit adbc2e94 authored by Frank Mably's avatar Frank Mably
Browse files

Issue #3524976 by mably: Enable Gitlab CI

parent d8104d33
No related branches found
No related tags found
1 merge request!1Issue #3524976 by mably: Enable Gitlab CI
Pipeline #512625 passed
mably
################
# GitLabCI template for Drupal projects.
#
# This template is designed to give any Contrib maintainer everything they need to test, without requiring modification.
# It is also designed to keep up to date with Core Development automatically through the use of include files that can be centrally maintained.
# As long as you include the project, ref and three files below, any future updates added by the Drupal Association will be used in your
# pipelines automatically. However, you can modify this template if you have additional needs for your project.
# The full documentation is on https://project.pages.drupalcode.org/gitlab_templates/
################
# For information on alternative values for 'ref' see https://project.pages.drupalcode.org/gitlab_templates/info/templates-version/
# To test a Drupal 7 project, change the first include filename from .main.yml to .main-d7.yml
include:
- project: $_GITLAB_TEMPLATES_REPO
ref: $_GITLAB_TEMPLATES_REF
file:
- "/includes/include.drupalci.main.yml"
- "/includes/include.drupalci.variables.yml"
- "/includes/include.drupalci.workflows.yml"
################
# Pipeline configuration variables are defined with default values and descriptions in the file
# https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.variables.yml
# Uncomment the lines below if you want to override any of the variables. The following is just an example.
################
# variables:
# SKIP_ESLINT: '1'
# OPT_IN_TEST_NEXT_MAJOR: '1'
# _CURL_TEMPLATES_REF: 'main'
# Remove Multiple BR Filter
This module provides a text editor filter that replaces multiple `<br>` tags
with a single one.
For a full description of the module, visit the
[project page](https://www.drupal.org/project/external_link_a11y).
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/external_link_a11y).
## Requirements
This module requires no modules outside of Drupal core.
## Installation
Install as you would normally install a contributed Drupal module.
For further information, see [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
## Configuration
TODO
## Maintainers
- Frank Mably - [mably](https://www.drupal.org/u/mably)
{
"name": "drupal/multiple_br_filter",
"type": "drupal-module",
"description": "Multiple BR Filter",
"keywords": [
"Drupal"
],
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/multiple_br_filter",
"support": {
"issues": "https://www.drupal.org/project/issues/multiple_br_filter",
"source": "https://git.drupalcode.org/project/multiple_br_filter"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment