We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2912ca7 commit 7fe561bCopy full SHA for 7fe561b
1 file changed
.gitlab-ci.yml
@@ -57,10 +57,6 @@ build-windows-ci-image:
57
Write-Output "Image does not exist yet - building."
58
59
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
-
64
docker build --cache-from "${base}:latest" `
65
-f tracer/build/_build/docker/gitlab/gitlab.windows.dockerfile `
66
--tag $image `
0 commit comments