From b88afe07f443ca40ffe4cf23251e83155c4e3cbe Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 23 Jan 2026 14:34:07 +0100 Subject: [PATCH] chore: remove unused .gitlab-ci.yml No longer needed after migration to Gitea Actions. Co-Authored-By: Claude Opus 4.5 --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index dedd92d..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,17 +0,0 @@ -include: -- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -- project: unboundsoftware/ci-templates - file: Defaults.gitlab-ci.yml -- project: unboundsoftware/ci-templates - file: Release.gitlab-ci.yml - -stages: -- build - -image: buildtool/build-tools:${BUILDTOOLS_VERSION} - -build: - stage: build - script: - - build - - push -- 2.52.0