Skip to content

Multi-line 'run' commands #8

@eine

Description

@eine

Currently, it is not possible to provide multi-line 'run' commands as arguments to msys2do:

  - run: |
      msys2do <command_a>
      <command_b>
      <command_c>

Alternatives are to prepend each row with msys2do, or to put all the commands in a helper run.sh file and run msys2do ./run.sh.

It would be interesting to investigate alternatives, such as (untested):

    - shell: msys2do "{0}"
      run: |
        <command_a>
        <command_b>
        <command_c>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions