Skip to content

Commit 02cbb33

Browse files
committed
Set build --progress to plain
This will make it easier to review build information in the Buildkite UI as lines won't be hidden by escape codes, and prevents TTY progress from clogging up exported build logs.
1 parent e85ca06 commit 02cbb33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/pre-command

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ else
4646
image_build_args=(
4747
"build"
4848
"--file=${docker_file}"
49+
"--progress=plain"
4950
"--tag=${image}:${tag}"
5051
)
5152
if [[ -n "${target:-}" ]]; then

0 commit comments

Comments
 (0)