Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: kalyanr <[email protected]>
  • Loading branch information
rawwar committed Nov 5, 2023
1 parent 19fdf80 commit 6bdcfcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/run-opensearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# to form a cluster suitable for running the REST API tests.
#
# Export the NUMBER_OF_NODES variable to start more than 1 node

printenv
script_path=$(dirname $(realpath -s $0))
source $script_path/imports.sh
set -euo pipefail
Expand Down Expand Up @@ -87,7 +87,6 @@ END
--name "$node_name" \
--network "$network_name" \
--env "ES_JAVA_OPTS=-Xms1g -Xmx1g" \
--env OPENSEARCH_VERSION=$OPENSEARCH_VERSION \
"${environment[@]}" \
"${volumes[@]}" \
"${security[@]}" \
Expand Down
1 change: 1 addition & 0 deletions .ci/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ source $script_path/imports.sh
set -euo pipefail

echo -e "\033[1m>>>>> Start server container >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
echo $OPENSEARCH_VERSION
DETACH=true bash $script_path/run-opensearch.sh

echo -e "\033[1m>>>>> Repository specific tests >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
Expand Down

0 comments on commit 6bdcfcd

Please sign in to comment.