Skip to content

Commit 568547b

Browse files
committed
Revert "Test without installing docker/docker-compose"
This reverts commit 7f12fe8.
1 parent 3468618 commit 568547b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/scripts/stack_tests_windows.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ function setupChocolateyPath() {
4444
fixCRLF
4545

4646
withGolang $env:GO_VERSION
47-
# withDocker $env:DOCKER_VERSION
48-
# withDockerCompose $env:DOCKER_COMPOSE_VERSION.Substring(1)
47+
withDocker $env:DOCKER_VERSION
48+
withDockerCompose $env:DOCKER_COMPOSE_VERSION.Substring(1)
4949

5050
Write-Host "--- Docker Info"
5151
docker info

0 commit comments

Comments
 (0)