1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

test usage of param with $ prefix

This commit is contained in:
Andrey Nering 2017-07-05 20:12:40 -03:00
parent 313d7089da
commit a52a66ec1c

View File

@ -8,7 +8,7 @@ default:
- task: write-file
vars: {CONTENT: Hello, FILE: hello.txt}
- task: write-file
vars: {CONTENT: World, FILE: world.txt}
vars: {CONTENT: "$echo 'World'", FILE: world.txt}
- task: write-file
vars: {CONTENT: "!", FILE: exclamation.txt}