mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-16 04:01:57 +00:00
setup agent runtime requirements (#7)
This commit is contained in:
parent
5d97c33d7e
commit
e75b3f98a6
17 changed files with 424 additions and 28 deletions
11
scripts/agent-verify
Executable file
11
scripts/agent-verify
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
|
||||
cd "$repo_root"
|
||||
./scripts/agent-bootstrap
|
||||
pnpm verify
|
||||
./scripts/dev-up
|
||||
./scripts/integration/verify-stack
|
||||
Loading…
Add table
Add a link
Reference in a new issue