We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3468618 commit 568547bCopy full SHA for 568547b
1 file changed
.buildkite/scripts/stack_tests_windows.ps1
@@ -44,8 +44,8 @@ function setupChocolateyPath() {
44
fixCRLF
45
46
withGolang $env:GO_VERSION
47
-# withDocker $env:DOCKER_VERSION
48
-# withDockerCompose $env:DOCKER_COMPOSE_VERSION.Substring(1)
+withDocker $env:DOCKER_VERSION
+withDockerCompose $env:DOCKER_COMPOSE_VERSION.Substring(1)
49
50
Write-Host "--- Docker Info"
51
docker info
0 commit comments