From 1b745679875c315ee2ff89213e77d97b239a849f Mon Sep 17 00:00:00 2001 From: Borivoje Tasovac Date: Thu, 8 Nov 2018 17:23:13 +0100 Subject: Fix broken links in CI help page Replace the svg image format to pgn --- doc/ci/img/pipelines-goal.png | Bin 0 -> 36933 bytes doc/ci/img/pipelines-goal.svg | 4 ---- doc/ci/img/types-of-pipelines.png | Bin 0 -> 31245 bytes doc/ci/img/types-of-pipelines.svg | 4 ---- doc/ci/pipelines.md | 4 ++-- 5 files changed, 2 insertions(+), 10 deletions(-) create mode 100644 doc/ci/img/pipelines-goal.png delete mode 100644 doc/ci/img/pipelines-goal.svg create mode 100644 doc/ci/img/types-of-pipelines.png delete mode 100644 doc/ci/img/types-of-pipelines.svg diff --git a/doc/ci/img/pipelines-goal.png b/doc/ci/img/pipelines-goal.png new file mode 100644 index 00000000000..a96368e562b Binary files /dev/null and b/doc/ci/img/pipelines-goal.png differ diff --git a/doc/ci/img/pipelines-goal.svg b/doc/ci/img/pipelines-goal.svg deleted file mode 100644 index a925e2282a4..00000000000 --- a/doc/ci/img/pipelines-goal.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/doc/ci/img/types-of-pipelines.png b/doc/ci/img/types-of-pipelines.png new file mode 100644 index 00000000000..bd809de5e68 Binary files /dev/null and b/doc/ci/img/types-of-pipelines.png differ diff --git a/doc/ci/img/types-of-pipelines.svg b/doc/ci/img/types-of-pipelines.svg deleted file mode 100644 index b63b5f56ba6..00000000000 --- a/doc/ci/img/types-of-pipelines.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index 371703a12c8..5d286a80e65 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -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 -- cgit v1.2.1