chore(routing): drop unused BIN_PID assignment in smoke script
This commit is contained in:
@@ -25,7 +25,6 @@ go build -o "$BIN" ./cmd/routing
|
||||
LITELLM_BASE_URL="$LITELLM_BASE_URL" BRAIN_URL="$BRAIN_URL" \
|
||||
ROUTING_PORT="$PORT" SUPERVISOR_CONFIG_DIR="$(pwd)/config/supervisor" \
|
||||
"$BIN" &
|
||||
BIN_PID=$!
|
||||
|
||||
# Wait for the binary to bind.
|
||||
for _ in $(seq 1 50); do
|
||||
|
||||
Reference in New Issue
Block a user