mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 08:24:10 -07:00
quiet sandbox build (#111)
This commit is contained in:
@@ -64,5 +64,5 @@ chmod 755 packages/*/dist/gemini-code-*.tgz
|
|||||||
# use empty --authfile to skip unnecessary auth refresh overhead
|
# use empty --authfile to skip unnecessary auth refresh overhead
|
||||||
echo "building $IMAGE ... (can be slow first time)"
|
echo "building $IMAGE ... (can be slow first time)"
|
||||||
$CMD build --authfile <(echo '{}') -t "$IMAGE" . >/dev/null
|
$CMD build --authfile <(echo '{}') -t "$IMAGE" . >/dev/null
|
||||||
$CMD image prune -f
|
$CMD image prune -f >/dev/null
|
||||||
echo "built $IMAGE"
|
echo "built $IMAGE"
|
||||||
|
|||||||
Reference in New Issue
Block a user