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 686507c commit 9d87451Copy full SHA for 9d87451
.ci/run-repository.sh
@@ -36,6 +36,7 @@ OPENSEARCH_REQUIRED_VERSION="2.12.0"
36
COMPARE_VERSION=`echo $OPENSEARCH_REQUIRED_VERSION $OPENSEARCH_VERSION | tr ' ' '\n' | sort -V | uniq | head -n 1`
37
if [ "$COMPARE_VERSION" != "$OPENSEARCH_REQUIRED_VERSION" ]; then
38
docker run \
39
+ --tty \
40
--network=${network_name} \
41
--env "STACK_VERSION=${STACK_VERSION}" \
42
--env "OPENSEARCH_URL=${opensearch_url}" \
@@ -51,6 +52,7 @@ if [ "$COMPARE_VERSION" != "$OPENSEARCH_REQUIRED_VERSION" ]; then
51
52
python test_opensearchpy/run_tests.py
53
else
54
55
56
57
58
0 commit comments