From c27d2c488d3bb4e1d464e601beae61a90388736b Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 23 Jan 2026 14:32:54 +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 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index fb5db18..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +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 -