You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/codefresh-yaml/advanced-workflows.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -558,8 +558,6 @@ At the most basic level, you can define that a step *depends on* the execution o
558
558
1. The first step was skipped
559
559
1. The first completes (regardless of exit) status
560
560
561
-
>Notice that step dependencies only work for[full parallel mode](#parallel-pipeline-mode) (i.e. you need`mode: parallel` at the top of the pipeline yaml).
562
-
563
561
The syntax for this is the following post-condition:
564
562
565
563
{% highlight yaml %}
@@ -683,8 +681,6 @@ Also notice the `fail_fast: false` line in the unit tests. By default, if *any*
683
681
684
682
A pipeline step can also depend on multiple other steps.
685
683
686
-
>Notice that step dependencies only work for[full parallel mode](#parallel-pipeline-mode) (i.e. you need`mode: parallel` at the top of the pipeline yaml).
687
-
688
684
The syntax is:
689
685
690
686
{% highlight yaml %}
@@ -842,7 +838,7 @@ You can now add extra conditions regarding the completion state of specific step