Skip to content

Commit 38e2e38

Browse files
committed
Use composite for win2019 build
1 parent 7af29f7 commit 38e2e38

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/build.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ try {
7070
'-f', $tagsFile
7171
)
7272

73-
# Windows dependency
74-
if ($env:DOCKER_BUILD_OS -eq 'windows') {
75-
docker compose $composeFiles build --pull git-windows
76-
docker compose $composeFiles push git-windows
77-
}
78-
7973
if ($Filter -and ($Filter -ne '')) {
8074
docker compose $composeFiles build --pull $Filter
8175
docker compose $composeFiles push $Filter

0 commit comments

Comments
 (0)