File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # This is intended to be run inside the docker container as the command of the docker- compose.
3+ # This is intended to be run inside the docker container as the command of the docker compose.
44set -ex
55
66cd scripts/opendistro
77
8- docker- compose up --exit-code-from logstash
8+ docker compose up --exit-code-from logstash
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ if [ -f Gemfile.lock ]; then
99fi
1010cd scripts/opendistro;
1111
12- docker- compose down
13- docker- compose build
12+ docker compose down
13+ docker compose build
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # This is intended to be run inside the docker container as the command of the docker- compose.
3+ # This is intended to be run inside the docker container as the command of the docker compose.
44set -ex
55
66cd scripts/opensearch
77
8- docker- compose up --exit-code-from logstash
8+ docker compose up --exit-code-from logstash
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ if [ -f Gemfile.lock ]; then
99fi
1010cd scripts/opensearch;
1111
12- docker- compose down
13- docker- compose build
12+ docker compose down
13+ docker compose build
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # This is intended to be run inside the docker container as the command of the docker- compose.
2+ # This is intended to be run inside the docker container as the command of the docker compose.
33
44env
55
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # This is intended to be run inside the docker container as the command of the docker- compose.
3+ # This is intended to be run inside the docker container as the command of the docker compose.
44set -ex
55
66cd scripts/unit-test;
7- docker- compose up --exit-code-from logstash logstash
7+ docker compose up --exit-code-from logstash logstash
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ if [ -f Gemfile.lock ]; then
99fi
1010
1111cd scripts/unit-test;
12- docker- compose down
13- docker- compose build logstash
12+ docker compose down
13+ docker compose build logstash
You can’t perform that action at this time.
0 commit comments