Skip to content

Commit f8d87d5

Browse files
authored
Merge pull request #2095 from Pinata-Consulting/docker-back-out-progress-for-now
docker: back out --progress plain buildkit feature for now
2 parents 41e7d95 + bea04c7 commit f8d87d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etc/DockerHelper.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ _create() {
8282
--file "${file}" \
8383
--tag "${imagePath}" \
8484
${buildArgs} \
85-
"${context}" \
86-
--progress plain
85+
"${context}"
8786
rm -f etc/InstallerOpenROAD.sh
8887
}
8988

0 commit comments

Comments
 (0)