Skip to content

Commit 7fe561b

Browse files
committed
Remove uneeded comment
1 parent 2912ca7 commit 7fe561b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ build-windows-ci-image:
5757
Write-Output "Image does not exist yet - building."
5858
5959
docker pull "${base}:latest"
60-
if ($LASTEXITCODE -ne 0) {
61-
Write-Output "No :ci-identities tag available to warm the build cache (first build or tag expired). Continuing without cache."
62-
}
63-
6460
docker build --cache-from "${base}:latest" `
6561
-f tracer/build/_build/docker/gitlab/gitlab.windows.dockerfile `
6662
--tag $image `

0 commit comments

Comments
 (0)