Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-24 15:08:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-24 15:08:01 +0300
commitc6373a2cec855c6543a1e035c52099e102dd05ef (patch)
tree507c4d975e1bf559a008d997ad4b07dad14f397e /doc/development/pipelines.md
parent6593f1f627938f22090dec5221476772d3ed581d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/pipelines.md')
-rw-r--r--doc/development/pipelines.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/pipelines.md b/doc/development/pipelines.md
index b959240cae2..d516a808afd 100644
--- a/doc/development/pipelines.md
+++ b/doc/development/pipelines.md
@@ -218,6 +218,8 @@ graph RL;
subgraph "`prepare` stage"
A
+ B
+ C
F
K
J
@@ -225,8 +227,6 @@ subgraph "`prepare` stage"
end
subgraph "`test` stage"
- B --> |needs| A;
- C --> |needs| A;
D --> |needs| A;
H -.-> |needs and depends on| A;
H -.-> |needs and depends on| K;