Skip to content

Commit

Permalink
Remove verbosity from Colima start
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Sep 19, 2024
1 parent df10a2a commit 508071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ runs:
run: |
CPU_COUNT=$(sysctl -n hw.ncpu)
MEMORY=$(sysctl hw.memsize | awk '{print $2/1024/1024/1024}')
COLIMA_ARGS="--cpu $CPU_COUNT --memory $MEMORY --arch x86_64 --very-verbose"
COLIMA_ARGS="--cpu $CPU_COUNT --memory $MEMORY --arch x86_64"
if [ $COLIMA_NETWORK_ADDRESS == "true" ]
then
COLIMA_ARGS="$COLIMA_ARGS --network-address"
Expand Down

0 comments on commit 508071c

Please sign in to comment.