From 2b87103e234a545385d301a58d305550d699e6f2 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 23 Jan 2026 14:33:35 +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 | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 0a11504..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,22 +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 -- project: unboundsoftware/ci-templates - file: Pre-Commit-Go.gitlab-ci.yml - -stages: -- build - -image: buildtool/build-tools:${BUILDTOOLS_VERSION} - -build: - stage: build - script: - - build - - curl -Os https://uploader.codecov.io/latest/linux/codecov - - chmod +x codecov - - ./codecov -t ${CODECOV_TOKEN} -R $CI_PROJECT_DIR -C $CI_COMMIT_SHA -r $CI_PROJECT_PATH - - push