From: Zhiyi Zhang zzhang@codeweavers.com
--- tools/gitlab/image.yml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tools/gitlab/image.yml b/tools/gitlab/image.yml index bb611868460..ad9fe3e0ce7 100644 --- a/tools/gitlab/image.yml +++ b/tools/gitlab/image.yml @@ -2,6 +2,8 @@
.build-image: stage: image + variables: + GIT_STRATEGY: none rules: - if: $CI_PIPELINE_SOURCE == 'push' && $CI_PROJECT_PATH == "wine/wine" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH changes:
Where will we find tools/gitlab/image-amd64.docker etc. then?
On Mon Sep 1 11:26:35 2025 +0000, Alexandre Julliard wrote:
Where will we find tools/gitlab/image-amd64.docker etc. then?
Right. I missed that. Removing the line works because it's still cached. Closing.
This merge request was closed by Zhiyi Zhang.