Skip to content

Commit

Permalink
Test without installing docker/docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Sep 17, 2024
1 parent 623f01c commit 7f12fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/scripts/stack_tests_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ function setupChocolateyPath() {
fixCRLF

withGolang $env:GO_VERSION
withDocker $env:DOCKER_VERSION
withDockerCompose $env:DOCKER_COMPOSE_VERSION.Substring(1)
# withDocker $env:DOCKER_VERSION
# withDockerCompose $env:DOCKER_COMPOSE_VERSION.Substring(1)

Write-Host "--- Docker Info"
docker info
Expand Down

0 comments on commit 7f12fe8

Please sign in to comment.