Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions codebundles/generics-editor/runbook.robot
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ ${TASK_TITLE}
Suite Initialization
${RUN_TYPE}= RW.Core.Import User Variable RUN_TYPE
... type=string
... description="Type of run: runbook or sli"
... default=runbook
... description="Type of run: task or sli"
... default=task
${INTERPRETER}= RW.Core.Import User Variable INTERPRETER
... type=string
... description="Shell: bash or python"
Expand Down
4 changes: 2 additions & 2 deletions codebundles/tool-builder/runbook.robot
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ ${TASK_TITLE}
Suite Initialization
${RUN_TYPE}= RW.Core.Import User Variable RUN_TYPE
... type=string
... description="Type of run: runbook or sli"
... default=runbook
... description="Type of run: task or sli"
... default=task
${INTERPRETER}= RW.Core.Import User Variable INTERPRETER
... type=string
... description="Shell: bash or python"
Expand Down