Skip to content

Commit 87df3cb

Browse files
committed
cleanup
1 parent af170ad commit 87df3cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_helpers.psm1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,8 @@ function Run-Program($cmd, $params, $verbose=$false) {
105105
return $proc.ExitCode, $stdout, $stderr
106106
}
107107

108-
# TODO: sed the docker compose file first?
109108
# In docker agent the "build"ing tests are using docker build --build-arg(s) instead of docker compose
110109
function Build-Docker($tag) {
111-
# Debug: --print
112-
$exitCode, $stdout, $stderr = Run-Program 'docker-compose' '--file=build-windows_windowsservercore-ltsc2022.yaml build --parallel --print'
113110
# TODO: don't hardcode Windows flavor and Windows version
114111
$exitCode, $stdout, $stderr = Run-Program 'docker-compose' '--file=build-windows_windowsservercore-ltsc2022.yaml build --parallel'
115112
if($exitCode -ne 0) {

0 commit comments

Comments
 (0)