From 598498ac5ae7199ce6848f54a60268a02f56b4ce Mon Sep 17 00:00:00 2001 From: Asutosh Date: Wed, 24 Apr 2024 13:04:34 +0530 Subject: [PATCH] Update plugin compiler smoke test Always use docker compose as client plugin --- ci/tests/plugin-compiler/test.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/tests/plugin-compiler/test.sh b/ci/tests/plugin-compiler/test.sh index e71bfa30003..4c47dc9fa37 100755 --- a/ci/tests/plugin-compiler/test.sh +++ b/ci/tests/plugin-compiler/test.sh @@ -14,9 +14,8 @@ EOF exit 1 } -compose='docker-compose' -# composev2 is a client plugin -[[ $(docker version --format='{{ .Client.Version }}') =~ "20.10" ]] && compose='docker compose' +# assume that the env has a recent docker installation with compose being a client plugin +compose='docker compose' [[ -z $1 ]] && usage $0 export tag=$1