Skip to content

Commit 616a632

Browse files
committed
docker: pull quietly
The progress meter produces a lot of spam in the CI logs, so disable it.
1 parent 349523d commit 616a632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/test_statistician.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -ex
33

4-
docker compose up -d
4+
docker compose up -d --quiet-pull
55
sleep 5
66

77
docker compose exec -T stats odc-stats --version

0 commit comments

Comments
 (0)