Skip to content

Support multiline command? #4373

@skshetry

Description

@skshetry

Something like done in Github actions with run and script?

stages:
  stage1:
    cmd: |
      cmd1
      cmd2

Or, perhaps:

stages:
  stage1:
    cmd:
      - cmd1
      - cmd2

Or, maybe both?

Need to double check if we will be able to keep the dump in this shape or form.

Why?

Better expression

Current Workaround:

stages:
  stage1:
    cmd: >-
      cmd1
      && cmd2
      && cmd3

Metadata

Metadata

Assignees

Labels

feature requestRequesting a new featurep3-nice-to-haveIt should be done this or next sprint

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions