Skip to content

Commit f9739f3

Browse files
committed
Set build progress to plain to reduce noise in CI
the standard compose build output is designed for terminals, but will generate too much noise in CI.
1 parent 3ac3d33 commit f9739f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ CURRENT_DIR=$(dirname "${BASH_SOURCE[0]}")
5757

5858
cd .ci
5959

60+
export BUILDKIT_PROGRESS=plain
6061
docker-compose down
6162
docker-compose build

0 commit comments

Comments
 (0)