Skip to content

Commit 9d87451

Browse files
ci: add tty output for docker
Signed-off-by: florian <[email protected]>
1 parent 686507c commit 9d87451

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/run-repository.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ OPENSEARCH_REQUIRED_VERSION="2.12.0"
3636
COMPARE_VERSION=`echo $OPENSEARCH_REQUIRED_VERSION $OPENSEARCH_VERSION | tr ' ' '\n' | sort -V | uniq | head -n 1`
3737
if [ "$COMPARE_VERSION" != "$OPENSEARCH_REQUIRED_VERSION" ]; then
3838
docker run \
39+
--tty \
3940
--network=${network_name} \
4041
--env "STACK_VERSION=${STACK_VERSION}" \
4142
--env "OPENSEARCH_URL=${opensearch_url}" \
@@ -51,6 +52,7 @@ if [ "$COMPARE_VERSION" != "$OPENSEARCH_REQUIRED_VERSION" ]; then
5152
python test_opensearchpy/run_tests.py
5253
else
5354
docker run \
55+
--tty \
5456
--network=${network_name} \
5557
--env "STACK_VERSION=${STACK_VERSION}" \
5658
--env "OPENSEARCH_URL=${opensearch_url}" \

0 commit comments

Comments
 (0)