Skip to content

Arguments after semicolon (;) will not be passed to the program when the parameters are not quoted #279

Open
@yottahmd

Description

@yottahmd

Minimal reproducible example DAG

steps:
  - name: step 1
    command: echo HELLO; WORLD

Expected behavior
expected: HELLO; WORLD
actual: HELLO

If the arguments are enclosed with double quotes, this issue does not happen. So it should not be a critical issue.

steps:
  - name: step 1
    command: echo "HELLO; WORLD"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions