ci: improve CI/CD process with devbox integration

This commit is contained in:
Prad N
2025-01-11 12:24:55 -05:00
parent 96eff9dffa
commit bd9234572a
4 changed files with 11 additions and 5 deletions
+2 -4
View File
@@ -6,16 +6,14 @@
"uv@latest",
"bun@latest",
"yarn@latest",
"doppler@latest",
"go-task@latest"
"doppler@latest"
],
"env": {
"PATH": "$HOME/.cargo/bin:$HOME/go/bin:$HOME/.local/bin:$HOME/.bun/bin:$PATH",
"GITHUB_TOKEN": "$GITHUB_TOKEN",
"GOPATH": "$HOME/go",
"GOBIN": "$GOPATH/bin",
"GHQ_ROOT": "$CLONEDIR",
"PC_SOCK": "$HOME/.local/share/pc/sock"
"GHQ_ROOT": "$CLONEDIR"
},
"shell": {
"init_hook": [],