We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad460b commit 5f6bf31Copy full SHA for 5f6bf31
.ci/docker-run.sh
@@ -5,6 +5,8 @@ set -ex
5
6
cd .ci
7
8
+export BUILDKIT_PROGRESS=plain
9
+
10
if [ "$INTEGRATION" == "true" ]; then
11
docker-compose up --exit-code-from logstash
12
else
.ci/docker-setup.sh
@@ -46,6 +46,8 @@ if [ "$ELASTIC_STACK_VERSION" ]; then
46
47
48
49
+ export BUILDKIT_PROGRESS=plain
50
51
52
docker-compose down
53
docker-compose build
0 commit comments