From 58904a6ed9524127644d7c5b34475286ba66bf54 Mon Sep 17 00:00:00 2001 From: Frederic Caplette Date: Tue, 4 May 2021 15:14:56 -0400 Subject: [PATCH] Add three stages pipeline illustration Represents a simple three stages pipeline. --- dist/illustrations.json | 6 +++++- dist/illustrations/pipeline_three_stages_illustration.svg | 1 + illustrations/pipeline_three_stages_illustration.svg | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 dist/illustrations/pipeline_three_stages_illustration.svg create mode 100644 illustrations/pipeline_three_stages_illustration.svg diff --git a/dist/illustrations.json b/dist/illustrations.json index acee0cd9..62b91fb2 100644 --- a/dist/illustrations.json +++ b/dist/illustrations.json @@ -1,5 +1,5 @@ { - "illustrationCount": 190, + "illustrationCount": 191, "illustrations": [ { "name": "illustrations/Dependency-list-empty-state.svg", @@ -585,6 +585,10 @@ "name": "illustrations/pipeline_schedule_callout.svg", "size": 4833 }, + { + "name": "illustrations/pipeline_three_stages_illustration.svg", + "size": 29784 + }, { "name": "illustrations/pipelines_empty.svg", "size": 3371 diff --git a/dist/illustrations/pipeline_three_stages_illustration.svg b/dist/illustrations/pipeline_three_stages_illustration.svg new file mode 100644 index 00000000..98344aeb --- /dev/null +++ b/dist/illustrations/pipeline_three_stages_illustration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/illustrations/pipeline_three_stages_illustration.svg b/illustrations/pipeline_three_stages_illustration.svg new file mode 100644 index 00000000..98344aeb --- /dev/null +++ b/illustrations/pipeline_three_stages_illustration.svg @@ -0,0 +1 @@ + \ No newline at end of file -- GitLab