[PATCH 0/1] MR8866: gitlab: Don't checkout source code when building CI images.
From: Zhiyi Zhang <zzhang(a)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: -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8866
Where will we find tools/gitlab/image-amd64.docker etc. then? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8866#note_114373
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8866#note_114375
This merge request was closed by Zhiyi Zhang. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8866
participants (3)
-
Alexandre Julliard (@julliard) -
Zhiyi Zhang -
Zhiyi Zhang (@zhiyi)