Skip to content

Commit 1829579

Browse files
authored
🌱 Add progress=plain to docker build. (#1718)
Otherwise error messages from a second process running in the background are not visible.
1 parent e55c90a commit 1829579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/update-operator-dev-deployment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pid_generate=$!
100100

101101
# run in background
102102
{
103-
docker build -f images/caph/Dockerfile -t "$image" .
103+
docker build -f images/caph/Dockerfile -t "$image" . --progress=plain
104104
docker push "$image"
105105
} &
106106
pid_docker_push=$!

0 commit comments

Comments
 (0)