Skip to content

Commit

Permalink
fix: multi-steps workflow (#6957)
Browse files Browse the repository at this point in the history
  • Loading branch information
ASudre committed Oct 18, 2021
1 parent 1239ba8 commit 6e1f250
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,12 @@ spec:
parameters:
- name: message
value: "hello2a"
- name: hello2b # single dash => run in parallel with previous step
template: whalesay
arguments:
parameters:
- name: message
value: "hello2b"
- name: hello2b # single dash => run in parallel with previous step
template: whalesay
arguments:
parameters:
- name: message
value: "hello2b"

# This is the same template as from the previous example
- name: whalesay
Expand Down

0 comments on commit 6e1f250

Please sign in to comment.