Commit 40c6bce8 authored by Albert Salim's avatar Albert Salim

Update DAG in pipeline development doc

parent 339353fc
...@@ -160,6 +160,8 @@ graph RL; ...@@ -160,6 +160,8 @@ graph RL;
subgraph "`prepare` stage" subgraph "`prepare` stage"
A A
B
C
F F
K K
J J
...@@ -167,8 +169,6 @@ subgraph "`prepare` stage" ...@@ -167,8 +169,6 @@ subgraph "`prepare` stage"
end end
subgraph "`test` stage" subgraph "`test` stage"
B --> |needs| A;
C --> |needs| A;
D --> |needs| A; D --> |needs| A;
H -.-> |needs and depends on| A; H -.-> |needs and depends on| A;
H -.-> |needs and depends on| K; H -.-> |needs and depends on| K;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment