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
b3bb7961
Commit
b3bb7961
authored
May 06, 2020
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enforce capitalization of TOML and YAML
parent
5ba71874
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
.markdownlint.json
.markdownlint.json
+2
-0
doc/ci/large_repositories/index.md
doc/ci/large_repositories/index.md
+3
-3
doc/development/documentation/styleguide.md
doc/development/documentation/styleguide.md
+1
-1
No files found.
.markdownlint.json
View file @
b3bb7961
...
...
@@ -116,6 +116,7 @@
"SMTP"
,
"SSH"
,
"Tiller"
,
"TOML"
,
"Trello"
,
"Trello Power-Ups"
,
"TypeScript"
,
...
...
@@ -125,6 +126,7 @@
"Unicorn"
,
"unicorn-worker-killer"
,
"WebdriverIO"
,
"YAML"
,
"YouTrack"
],
"code_blocks"
:
false
...
...
doc/ci/large_repositories/index.md
View file @
b3bb7961
...
...
@@ -130,7 +130,7 @@ other using `docker` executor.
### `shell` executor example
Let's assume that you have the following
[
config.toml
](
https://docs.gitlab.com/runner/configuration/advanced-configuration.html
)
.
Let's assume that you have the following
[
`config.toml`
](
https://docs.gitlab.com/runner/configuration/advanced-configuration.html
)
.
```
toml
concurrent
=
4
...
...
@@ -155,7 +155,7 @@ This `config.toml`:
### `docker` executor example
Let's assume that you have the following
[
config.toml
](
https://docs.gitlab.com/runner/configuration/advanced-configuration.html
)
.
Let's assume that you have the following
[
`config.toml`
](
https://docs.gitlab.com/runner/configuration/advanced-configuration.html
)
.
```
toml
concurrent
=
4
...
...
@@ -216,7 +216,7 @@ but this brings administrative overhead as the `.gitlab-ci.yml` needs to be upda
In such cases, it might be desirable to keep the
`.gitlab-ci.yml`
clone path agnostic, but make it
a configuration of Runner.
We can extend our
[
config.toml
](
https://docs.gitlab.com/runner/configuration/advanced-configuration.html
)
We can extend our
[
`config.toml`
](
https://docs.gitlab.com/runner/configuration/advanced-configuration.html
)
with the following specification that will be used by Runner if
`.gitlab-ci.yml`
will not override it:
```
toml
...
...
doc/development/documentation/styleguide.md
View file @
b3bb7961
...
...
@@ -1008,7 +1008,7 @@ of language classes available.
|
`ruby`
| Alias:
`rb`
. |
|
`shell`
| Aliases:
`bash`
or
`sh`
. |
|
`sql`
| |
|
`toml`
| Runner configuration examples, and other
toml
formatted configuration files. |
|
`toml`
| Runner configuration examples, and other
TOML-
formatted configuration files. |
|
`typescript`
| Alias:
`ts`
. |
|
`xml`
| |
|
`yaml`
| Alias:
`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