Remove run source tree from browser repo

This commit is contained in:
npc0-hue
2026-07-14 17:23:06 +08:00
parent 4f33f761a3
commit a57a5dbfcf
61 changed files with 118 additions and 5402 deletions
+2 -1
View File
@@ -59,8 +59,9 @@ start_self_hosted_stack() {
wait_for_url platform "$PLATFORM_URL/healthz" 45
printf 'self-starting run worker for local debug smoke\n'
ensure_local_run_repo
(
cd "$ROOT_DIR/run"
cd "$RUN_REPO_DIR"
exec env \
GOCACHE="$GOCACHE" \
RUN_MODE="$RUN_MODE" \