File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -392,17 +392,6 @@ tasks:
392
392
vars :
393
393
RAW_PATH : " {{.RAW_PATH}}"
394
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
- vars :
404
- RAW_PATH : " {{.RAW_PATH}}"
405
-
406
395
# Print a normalized version of the path passed via the RAW_PATH variable to stdout
407
396
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/windows-task/Taskfile.yml
408
397
utility:normalize-path :
You can’t perform that action at this time.
0 commit comments