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
344cf9c4
Commit
344cf9c4
authored
4 years ago
by
Erick Bajao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo on CI CD template docs
parent
a2662bf5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
doc/development/cicd/templates.md
doc/development/cicd/templates.md
+9
-9
No files found.
doc/development/cicd/templates.md
View file @
344cf9c4
...
@@ -14,13 +14,13 @@ This document explains how to develop [GitLab CI/CD templates](../../ci/examples
...
@@ -14,13 +14,13 @@ This document explains how to develop [GitLab CI/CD templates](../../ci/examples
All template files reside in the
`lib/gitlab/ci/templates`
directory, and are categorized by the following sub-directories:
All template files reside in the
`lib/gitlab/ci/templates`
directory, and are categorized by the following sub-directories:
| Sub-directory | Content |
[
Selectable in UI
](
#make-sure-the-new-template-can-be-selected-in-ui
)
|
| Sub-directory | Content |
[
Selectable in UI
](
#make-sure-the-new-template-can-be-selected-in-ui
)
|
|---------------|--------------------------------------------------------------|-----------------------------------------------------------------------|
|---------------
-
|--------------------------------------------------------------|-----------------------------------------------------------------------|
|
`/AWS/*`
| Cloud Deployment (AWS) related jobs | No |
|
`/AWS/*`
| Cloud Deployment (AWS) related jobs | No |
|
`/Jobs/*`
| Auto DevOps related jobs | Yes |
|
`/Jobs/*`
| Auto DevOps related jobs | Yes |
|
`/Pages/*`
| Static site generators for GitLab Pages (for example Jekyll) | Yes |
|
`/Pages/*`
| Static site generators for GitLab Pages (for example Jekyll) | Yes |
|
`/Security/*`
| Security related jobs | Yes |
|
`/Security/*`
| Security related jobs | Yes |
|
`/Verify/*`
| Verify/testing related jobs | Yes |
|
`/Verify/*`
| Verify/testing related jobs | Yes |
|
`/Worklows/*`
| Common uses of the
`workflow:`
keyword | No |
|
`/Work
f
lows/*`
| Common uses of the
`workflow:`
keyword | No |
|
`/*`
(root) | General templates | Yes |
|
`/*`
(root) | General templates | Yes |
## Criteria
## Criteria
...
...
This diff is collapsed.
Click to expand it.
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