mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
ci: improve CI/CD process with devbox integration
This commit is contained in:
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user