Skip to content

Commit

Permalink
nit fix (kubeflow#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
animeshsingh authored Jan 13, 2021
1 parent 1fa2ad5 commit df00028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The `finally` syntax is supported since Tekton version `0.14.0`.

### Any sequencer

When any one of the tasks dependencies complete successfully, the dependent task will be started. Order of execution of the dependencies doesn’t matter, and the pipeline doesn't wait for all the task dependencies to complete before moving to the next step. Please follow the details of the implementation in the [design doc](https://docs.google.com/document/d/1oXOdiItI4GbEe_qzyBmMAqfLBjfYX1nM94WHY3EPa94/edit#heading=h.dt8bhna4spym).
When any one of the task dependencies complete successfully, the dependent task will be started. Order of execution of the dependencies doesn’t matter, and the pipeline doesn't wait for all the task dependencies to complete before moving to the next step. Please follow the details of the implementation in the [design doc](https://docs.google.com/document/d/1oXOdiItI4GbEe_qzyBmMAqfLBjfYX1nM94WHY3EPa94/edit#heading=h.dt8bhna4spym).

For example:

Expand Down

0 comments on commit df00028

Please sign in to comment.