diff options
| author | Olcan <[email protected]> | 2025-04-21 23:26:53 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 23:26:53 -0700 |
| commit | 1ed9743ad4e2dfb0469a8fd79b71a52ec391d50e (patch) | |
| tree | 2c18f271413e9cfc08032ff958cf9ffad468352b /scripts/build_sandbox.sh | |
| parent | a7fba66832e607255dbf35107d6aaa3a587507a3 (diff) | |
quiet sandbox build (#111)
Diffstat (limited to 'scripts/build_sandbox.sh')
| -rwxr-xr-x | scripts/build_sandbox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_sandbox.sh b/scripts/build_sandbox.sh index cfa4de5c..f1e85e24 100755 --- a/scripts/build_sandbox.sh +++ b/scripts/build_sandbox.sh @@ -64,5 +64,5 @@ chmod 755 packages/*/dist/gemini-code-*.tgz # use empty --authfile to skip unnecessary auth refresh overhead echo "building $IMAGE ... (can be slow first time)" $CMD build --authfile <(echo '{}') -t "$IMAGE" . >/dev/null -$CMD image prune -f +$CMD image prune -f >/dev/null echo "built $IMAGE" |
