removing the docker composev1 (#10407)

Co-authored-by: Ravi Akshintala <raviakshintalagithub.com@Ravis-Laptop.local>
This commit is contained in:
RaviAkshintala
2024-08-08 10:07:02 +05:30
committed by GitHub
parent c31eef93ac
commit 7665ed4ef9
4 changed files with 0 additions and 24 deletions

View File

@@ -13,10 +13,6 @@ Describe "Docker" {
}
Describe "DockerCompose" {
It "docker-compose is installed" {
"docker-compose --version" | Should -ReturnZeroExitCode
}
It "docker compose v2" {
"docker compose version" | Should -ReturnZeroExitCode
}