We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be8a2bd + 03ca5d0 commit 347fefbCopy full SHA for 347fefb
Taskfile.yml
@@ -392,17 +392,6 @@ tasks:
392
vars:
393
RAW_PATH: "{{.RAW_PATH}}"
394
395
- # Make a temporary folder named according to the passed TEMPLATE variable and print the path passed to stdout
396
- # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/windows-task/Taskfile.yml
397
- utility:mktemp-folder:
398
- vars:
399
- RAW_PATH:
400
- sh: mktemp --directory --tmpdir "{{.TEMPLATE}}"
401
- cmds:
402
- - task: utility:normalize-path
403
404
- RAW_PATH: "{{.RAW_PATH}}"
405
-
406
# Print a normalized version of the path passed via the RAW_PATH variable to stdout
407
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/windows-task/Taskfile.yml
408
utility:normalize-path:
0 commit comments