Merge "Fix error workbook example"

This commit is contained in:
Zuul 2018-11-19 08:50:48 +00:00 committed by Gerrit Code Review
commit 916393eca8
1 changed files with 2 additions and 4 deletions

View File

@ -44,9 +44,8 @@ YAML example
on-complete:
- task2
task2:
action: global_action
...
task2:
action: global_action
local_workflow2:
type: reverse
@ -58,7 +57,6 @@ YAML example
task2:
workflow: global_workflow param1='val1' param2='val2'
requires: [task1]
...
actions:
local_action: