We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec64761 commit 353477bCopy full SHA for 353477b
testdata/includes_remote/Taskfile.yml
@@ -1,4 +1,4 @@
1
version: '3'
2
3
includes:
4
- first: "{{ .FIRST_REMOTE_URL }}"
+ first: "{{.FIRST_REMOTE_URL}}"
testdata/includes_remote/first/Taskfile.yml
@@ -1,11 +1,11 @@
- second: "{{ .SECOND_REMOTE_URL }}"
+ second: "{{.SECOND_REMOTE_URL}}"
5
6
tasks:
7
write-file:
8
requires:
9
vars: [CONTENT, OUTPUT_FILE]
10
cmd: |
11
- echo "{{ .CONTENT }}" > "{{ .OUTPUT_FILE }}"
+ echo "{{.CONTENT}}" > "{{.OUTPUT_FILE}}"
testdata/includes_remote/first/second/Taskfile.yml
@@ -5,4 +5,4 @@ tasks:
0 commit comments