Skip to content

Commit 060be4b

Browse files
authored
Update build.sh (#2845)
Fixe for [SWDEV-568648](https://ontrack-internal.amd.com/browse/SWDEV-568648)
1 parent bdcca20 commit 060be4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/docker/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,10 @@ if [[ -n "${CI:-}" ]]; then
348348
progress_flag="--progress=plain"
349349
fi
350350

351+
if [[ "${DOCKER_BUILDKIT}" == 0 ]]; then
352+
progress_flag=""
353+
fi
354+
351355
# Build image
352356
docker build \
353357
${no_cache_flag} \

0 commit comments

Comments
 (0)