Skip to content

Commit

Permalink
Update plugin compiler smoke test
Browse files Browse the repository at this point in the history
Always use docker compose as client plugin
  • Loading branch information
asutosh committed Apr 24, 2024
1 parent cac4cb4 commit 598498a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/tests/plugin-compiler/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 598498a

Please sign in to comment.