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
253090c1
Commit
253090c1
authored
Sep 28, 2021
by
waridrox
Committed by
Marcel Amirault
Sep 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed doc warnings due to vale latin terms rule
parent
c214bc54
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/ci/examples/deployment/index.md
doc/ci/examples/deployment/index.md
+1
-1
doc/ci/index.md
doc/ci/index.md
+1
-1
No files found.
doc/ci/examples/deployment/index.md
View file @
253090c1
...
@@ -56,7 +56,7 @@ To use different provider take a look at long list of [Supported Providers](http
...
@@ -56,7 +56,7 @@ To use different provider take a look at long list of [Supported Providers](http
## Using Dpl with Docker
## Using Dpl with Docker
In most cases, you configured
[
GitLab Runner
](
https://docs.gitlab.com/runner/
)
to use your server's shell commands.
In most cases, you configured
[
GitLab Runner
](
https://docs.gitlab.com/runner/
)
to use your server's shell commands.
This means that all commands are run in the context of local user (
e.g.
`gitlab_runner`
or
`gitlab_ci_multi_runner`
).
This means that all commands are run in the context of local user (
for example
`gitlab_runner`
or
`gitlab_ci_multi_runner`
).
It also means that most probably in your Docker container you don't have the Ruby runtime installed.
It also means that most probably in your Docker container you don't have the Ruby runtime installed.
You must install it:
You must install it:
...
...
doc/ci/index.md
View file @
253090c1
...
@@ -46,7 +46,7 @@ GitLab CI/CD uses a number of concepts to describe and run your build and deploy
...
@@ -46,7 +46,7 @@ GitLab CI/CD uses a number of concepts to describe and run your build and deploy
|:--------------------------------------------------------|:-------------------------------------------------------------------------------|
|:--------------------------------------------------------|:-------------------------------------------------------------------------------|
|
[
Pipelines
](
pipelines/index.md
)
| Structure your CI/CD process through pipelines. |
|
[
Pipelines
](
pipelines/index.md
)
| Structure your CI/CD process through pipelines. |
|
[
CI/CD variables
](
variables/index.md
)
| Reuse values based on a variable/value key pair. |
|
[
CI/CD variables
](
variables/index.md
)
| Reuse values based on a variable/value key pair. |
|
[
Environments
](
environments/index.md
)
| Deploy your application to different environments (
e.g.
, staging, production). |
|
[
Environments
](
environments/index.md
)
| Deploy your application to different environments (
for example
, staging, production). |
|
[
Job artifacts
](
pipelines/job_artifacts.md
)
| Output, use, and reuse job artifacts. |
|
[
Job artifacts
](
pipelines/job_artifacts.md
)
| Output, use, and reuse job artifacts. |
|
[
Cache dependencies
](
caching/index.md
)
| Cache your dependencies for a faster execution. |
|
[
Cache dependencies
](
caching/index.md
)
| Cache your dependencies for a faster execution. |
|
[
GitLab Runner
](
https://docs.gitlab.com/runner/
)
| Configure your own runners to execute your scripts. |
|
[
GitLab Runner
](
https://docs.gitlab.com/runner/
)
| Configure your own runners to execute your scripts. |
...
...
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