Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theme_permission
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
theme_permission
Merge requests
!3
Issue
#3399658
by liber_t: Gitlab-CI integration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3399658
by liber_t: Gitlab-CI integration
issue/theme_permission-3399658:3399658-gitlab-ci-integration
into
2.0.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Ines WALLON
requested to merge
issue/theme_permission-3399658:3399658-gitlab-ci-integration
into
2.0.x
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#3399658
0
0
Merge request reports
Compare
2.0.x
2.0.x (base)
and
latest version
latest version
324bb12f
1 commit,
1 year ago
1 file
+
22
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
0 → 100644
+
22
−
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'
phpstan
:
before_script
:
-
curl -OL -o $_WEB_ROOT/modules/custom/$CI_PROJECT_NAME/phpstan.neon https://git.drupalcode.org/project/paragraphs_usage/-/raw/1.0.x/phpstan.neon
phpcs
:
before_script
:
-
curl -OL -o $_WEB_ROOT/modules/custom/$CI_PROJECT_NAME/phpcs.xml.dist https://git.drupalcode.org/project/paragraphs_usage/-/raw/1.0.x/phpcs.xml.dist
Loading