Open
Description
Thank you very much for this project!
I found a bug.
This yaml file not works.
error loading configuration: yaml: line 10: did not find expected key
I got the above error.
run:
exec: echo {{.script}}
variables:
root: $(echo $HOME/myproject/)
script: {{.root}}/index.php
However this is works.
run:
exec: echo {{.script}}
variables:
root: $(echo $HOME/myproject/)
script: index.php/{{.root}} # swap
I'm restricted where expanding variable only after string.
Metadata
Metadata
Assignees
Labels
No labels