Skip to content

Commit

Permalink
use baseCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 10, 2022
1 parent 12067f4 commit 03f6052
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ steps:
type: File
outputBinding:
glob: 'stdout.txt'
arguments: ['echo', '-n', '$(inputs.text)']
baseCommand: echo
arguments: [ '-n', '$(inputs.text)' ]
in:
text: text
out: [step_a_stdout]
Expand Down

0 comments on commit 03f6052

Please sign in to comment.