quiet sandbox build (#111)

This commit is contained in:
Olcan 2025-04-21 23:26:53 -07:00 committed by GitHub
parent a7fba66832
commit 1ed9743ad4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"