Skip to content

Commit

Permalink
Merge pull request #2095 from Pinata-Consulting/docker-back-out-progr…
Browse files Browse the repository at this point in the history
…ess-for-now

docker: back out --progress plain buildkit feature for now
  • Loading branch information
vvbandeira authored Jun 30, 2024
2 parents 41e7d95 + bea04c7 commit f8d87d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/DockerHelper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ _create() {
--file "${file}" \
--tag "${imagePath}" \
${buildArgs} \
"${context}" \
--progress plain
"${context}"
rm -f etc/InstallerOpenROAD.sh
}

Expand Down

0 comments on commit f8d87d5

Please sign in to comment.