Skip to content

Commit ced92bd

Browse files
committed
Fix line endings
1 parent 218aa29 commit ced92bd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Taskfile.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
version: "3"
2-
3-
tasks:
4-
build:
5-
cmds:
6-
- |
7-
{{if eq OS "windows"}}powershell {{end}}docker run --rm --privileged -v {{.USER_WORKING_DIR | toSlash}}/workspace:/CustoPiZer/workspace -v {{.USER_WORKING_DIR | toSlash}}/scripts:/CustoPiZer/workspace/scripts ghcr.io/octoprint/custopizer:latest
8-
preconditions:
9-
- test -d workspace
10-
- test -f workspace/input.img
1+
version: "3"
2+
3+
tasks:
4+
build:
5+
cmds:
6+
- |
7+
{{if eq OS "windows"}}powershell {{end}}docker run --rm --privileged -v {{.USER_WORKING_DIR | toSlash}}/workspace:/CustoPiZer/workspace -v {{.USER_WORKING_DIR | toSlash}}/scripts:/CustoPiZer/workspace/scripts ghcr.io/octoprint/custopizer:latest
8+
preconditions:
9+
- test -d workspace
10+
- test -f workspace/input.img

0 commit comments

Comments
 (0)