We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218aa29 commit ced92bdCopy full SHA for ced92bd
Taskfile.yml
@@ -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
+version: "3"
+
+tasks:
+ build:
+ cmds:
+ - |
+ {{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
+ preconditions:
+ - test -d workspace
+ - test -f workspace/input.img
0 commit comments