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 ada1c6d commit faaa22cCopy full SHA for faaa22c
taskfile.yml
@@ -31,12 +31,14 @@ tasks:
31
install-devbox:
32
desc: "Install devbox"
33
cmds:
34
- - |
35
- if ! [[ $(command -v devbox 2>/dev/null) ]]; then
36
- curl -fsSL https://get.jetify.com/devbox | bash
37
- fi
+ - curl -fsSL https://get.jetify.com/devbox | bash
38
run: once
39
silent: true
+ environment:
+ FORCE: 1
+ INSTALL_DIR: "{{.HOME}}/.local/bin"
40
+ status:
41
+ - command -v devbox 2>/dev/null
42
43
install:
44
desc: "Install project dependencies"
0 commit comments