fix flags via sandbox (again) (#87)

This commit is contained in:
Olcan 2025-04-21 12:13:16 -07:00 committed by GitHub
parent 651a543403
commit dea0782c89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ run_args+=(--name "$IMAGE-$INDEX")
# run gemini-code in sandbox container
# use empty --authfile to skip unnecessary auth refresh overhead
$CMD run "${run_args[@]}" --authfile <(echo '{}') --workdir "$WORKDIR" "$IMAGE" node "$CLI_DIST"
$CMD run "${run_args[@]}" --authfile <(echo '{}') --workdir "$WORKDIR" "$IMAGE" node "$CLI_DIST" "$@"