Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7dfeaabb
Commit
7dfeaabb
authored
Apr 12, 2017
by
Adam Niedzielski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates
parent
d59f4898
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lib/tasks/gitlab/update_templates.rake
lib/tasks/gitlab/update_templates.rake
+1
-1
vendor/gitlab-ci-yml/CONTRIBUTING.md
vendor/gitlab-ci-yml/CONTRIBUTING.md
+5
-0
No files found.
lib/tasks/gitlab/update_templates.rake
View file @
7dfeaabb
...
...
@@ -44,7 +44,7 @@ namespace :gitlab do
),
Template
.
new
(
"https://gitlab.com/gitlab-org/gitlab-ci-yml.git"
,
/(\.{1,2}|LICENSE|Pages|autodeploy|\.gitlab-ci.yml)\z/
/(\.{1,2}|LICENSE|
CONTRIBUTING.md|
Pages|autodeploy|\.gitlab-ci.yml)\z/
)
].
freeze
...
...
vendor/gitlab-ci-yml/CONTRIBUTING.md
0 → 100644
View file @
7dfeaabb
The canonical repository for
`.gitlab-ci.yml`
templates is
https://gitlab.com/gitlab-org/gitlab-ci-yml.
GitLab only mirrors the templates. Please submit your merge requests to
https://gitlab.com/gitlab-org/gitlab-ci-yml.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment