From 7e19bbd5c21eb471eca2025007824f71b7f352f2 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 16 Feb 2023 13:16:28 +0100 Subject: [PATCH] not building windows-docker files --- .gitlab-ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18876e9..913eb3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,13 @@ stages: - build - release -Build Docker Images: + +# Notes; we want short labes so we can see what is what, and +# allow image builds on all branches because don't wan to +# deal with them on the master branch +Images: stage: images when: manual - only: - - master image: registry.gitlab.com/librewolf-community/browser/bsys5/dind tags: [autoscale] parallel: @@ -23,7 +25,6 @@ Build Docker Images: - macos-x86_64 - macos-aarch64 - dind - - windows script: - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.gitlab.com - make docker-$DISTRO @@ -45,8 +46,6 @@ Build: - fedora36 - macos-x86_64 - macos-aarch64 - # Currently broken :( - # - windows image: registry.gitlab.com/librewolf-community/browser/bsys5/dind tags: - autoscale