mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-14 05:17:18 -07:00
c9a3d28d99
- Replaces the `build_sandbox.js` script with a direct `docker build` command in the `build-and-publish` workflow. - Deletes the now-redundant `build_sandbox.js` and `sandbox_command.js` scripts. - This makes the sandbox build process more transparent and removes unnecessary complexity.