summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-04-21 23:26:53 -0700
committerGitHub <[email protected]>2025-04-21 23:26:53 -0700
commit1ed9743ad4e2dfb0469a8fd79b71a52ec391d50e (patch)
tree2c18f271413e9cfc08032ff958cf9ffad468352b
parenta7fba66832e607255dbf35107d6aaa3a587507a3 (diff)
quiet sandbox build (#111)
-rwxr-xr-xscripts/build_sandbox.sh2
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"