From f3415690227530256f475c0dc7a284c63f8d6cf7 Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Sun, 28 Dec 2025 09:29:43 -0700 Subject: [PATCH] fix: Use GitLab shared runners --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf2f09b..af773ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,6 @@ build_iso: stage: build image: ubuntu:24.04 timeout: 90 minutes - tags: - - docker - variables: - DOCKER_PRIVILEGED: "true" rules: - if: '$CI_COMMIT_BRANCH == "main"' - if: '$CI_COMMIT_TAG'