Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jquery_ui_tooltip
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
jquery_ui_tooltip
Merge requests
!1
Resolve
#3448734
"Automated drupal 11"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3448734
"Automated drupal 11"
issue/jquery_ui_tooltip-3448734:3448734-automated-drupal-11
into
2.x
Overview
0
Commits
3
Pipelines
3
Changes
3
Merged
Pravin Gaikwad
requested to merge
issue/jquery_ui_tooltip-3448734:3448734-automated-drupal-11
into
2.x
11 months ago
Overview
0
Commits
3
Pipelines
3
Changes
3
Expand
Closes
#3448734
0
0
Merge request reports
Compare
2.x
version 1
3b448957
11 months ago
2.x (base)
and
latest version
latest version
043182e4
3 commits,
10 months ago
version 1
3b448957
2 commits,
11 months ago
3 files
+
34
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
0 → 100644
+
31
−
0
Options
include
:
################
# DrupalCI includes:
# 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
file
:
-
"
/includes/include.drupalci.main.yml"
-
"
/includes/include.drupalci.variables.yml"
-
"
/includes/include.drupalci.workflows.yml"
################
# Pipeline configuration variables
#
# These are the variables provided to the Run Pipeline form that a user may want to override.
#
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
variables
:
SKIP_ESLINT
:
'
1'
SKIP_STYLELINT
:
'
1'
SKIP_CSPELL
:
'
1'
# Broaden test versions.
OPT_IN_TEST_PREVIOUS_MAJOR
:
'
1'
OPT_IN_TEST_MAX_PHP
:
'
1'
OPT_IN_TEST_PREVIOUS_MINOR
:
'
1'
OPT_IN_TEST_NEXT_MINOR
:
'
1'
OPT_IN_TEST_NEXT_MAJOR
:
'
1'
Loading