Merge branch 'fix-ci-help-page' into 'master'

Fix broken links in CI help page

See merge request gitlab-org/gitlab-ce!22920
This commit is contained in:
Evan Read 2018-11-27 01:12:46 +00:00
commit 252de1b598
5 changed files with 2 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 76 KiB

View File

@ -27,7 +27,7 @@ GitLab capitalizes the stages' names when shown in the [pipeline graphs](#pipeli
There are three types of pipelines that often use the single shorthand of "pipeline". People often talk about them as if each one is "the" pipeline, but really, they're just pieces of a single, comprehensive pipeline.
![Types of Pipelines](img/types-of-pipelines.svg)
![Types of Pipelines](img/types-of-pipelines.png)
1. **CI Pipeline**: Build and test stages defined in `.gitlab-ci.yml`.
1. **Deploy Pipeline**: Deploy stage(s) defined in `.gitlab-ci.yml` The flow of deploying code to servers through various stages: e.g. development to staging to production.
@ -43,7 +43,7 @@ Pipelines accommodate several development workflows:
Example continuous delivery flow:
![CD Flow](img/pipelines-goal.svg)
![CD Flow](img/pipelines-goal.png)
## Jobs