Skip to content

Commit 1df489c

Browse files
author
Evans Aboge (from Dev Box)
committed
Remove buildx inspection to reduce pulls
1 parent c4c4902 commit 1df489c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.azure-pipelines/ci-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ extends:
203203
- script: |
204204
docker buildx create --use --name mybuilder
205205
displayName: 'Set up Docker BuildX'
206-
207-
- script: |
208-
docker buildx inspect --bootstrap
209-
displayName: 'Ensure BuildX is working'
210206
211207
- powershell: |
212208
$version = $Env:BUILD_SOURCEBRANCH.replace("refs/tags/", "")

0 commit comments

Comments
 (0)