Skip to content

Commit 3648342

Browse files
committed
[CI] run-repository cleanup
1 parent ec9b650 commit 3648342

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.ci/run-repository.sh

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,9 @@ echo -e "\033[1m>>>>> Run [elastic/elasticsearch-ruby container] >>>>>>>>>>>>>>>
3838

3939
repo=`pwd`
4040

41-
if [[ $STACK_VERSION =~ "^8\." ]]; then
42-
environment=($(cat <<-EOF
43-
--env ELASTIC_CLIENT_APIVERSIONING=true
44-
--env ELASTIC_PASSWORD=${elastic_password}
45-
--env ELASTIC_USER=elastic
46-
--env QUIET=false
47-
--env STACK_VERSION=${STACK_VERSION}
48-
EOF
49-
))
50-
51-
fi
52-
5341
# run the client tests
5442
if [[ $STACK_VERSION =~ (^8\.) ]]; then
43+
echo -e "\033[1m RUNNING COMPATIBILITY MODE \033[0m"
5544
docker run \
5645
-u "$(id -u)" \
5746
--network="${network_name}" \

0 commit comments

Comments
 (0)