Skip to content

Commit 5f51b20

Browse files
committed
Revert "Add a simple docker verification before builing window image (#6677)"
This reverts commit 4856512. Now that actions/runner-images#13729 is fixed we can remove our workaround for it. Signed-off-by: Sorin Dumitru <[email protected]>
1 parent efa0a8d commit 5f51b20

2 files changed

Lines changed: 0 additions & 47 deletions

File tree

.github/workflows/pr_build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ jobs:
208208
with:
209209
path: ./bin/
210210
key: ${{ runner.os }}-executables-${{ github.sha }}
211-
- name: Wait for Docker to be ready
212-
run: pwsh ./.github/workflows/scripts/wait-for-docker-windows.ps1
213211
- name: Build images
214212
run: make images-windows
215213
- name: Export images
@@ -422,8 +420,6 @@ jobs:
422420
with:
423421
name: images-windows
424422
path: .
425-
- name: Wait for Docker to be ready
426-
run: pwsh ./.github/workflows/scripts/wait-for-docker-windows.ps1
427423
- name: Load archived images
428424
run: docker load -i images-windows.tar.gz
429425
- name: Run integration tests

.github/workflows/scripts/wait-for-docker-windows.ps1

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)