Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_browser
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
project_browser
Merge requests
!27
Add .gitlab-ci.yml with template from
https://gitlab.com/drupalspoons/composer-plugin
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Add .gitlab-ci.yml with template from
https://gitlab.com/drupalspoons/composer-plugin
issue/project_browser-3268636:3268636-convert-to-gitlab
into
1.0.x
Overview
1
Commits
1
Pipelines
0
Changes
1
Closed
Add .gitlab-ci.yml with template from https://gitlab.com/drupalspoons/composer-plugin
Irina Zaks
requested to merge
issue/project_browser-3268636:3268636-convert-to-gitlab
into
1.0.x
Mar 9, 2022
Overview
1
Commits
1
Pipelines
0
Changes
1
Closes
#3268636
0
0
Merge request reports
Compare
1.0.x
1.0.x (base)
and
latest version
latest version
8a9804ef
1 commit,
Mar 9, 2022
1 file
+
12
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
0 → 100644
+
12
−
0
View file @ 8a9804ef
Edit in single-file editor
Open in Web IDE
include
:
# This remote project centralize our CI "golden path" https://docs.gitlab.com/ee/ci/yaml/#includefile
remote
:
'
https://gitlab.com/drupalspoons/composer-plugin/-/raw/master/templates/.gitlab-ci.yml'
#
# Below, projects may override anything in the template above.
#
# Rarely needed override of composer-plugin version. Don't cope this item your project.
#composer:
# variables:
# COMPOSER_PLUGIN_CONSTRAINT: "dev-master"
Loading