From 55fd2c134835f0b82ccd8453ad543d1d56342eaa Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 23 Jan 2026 14:32: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 --- .claude/settings.local.json | 8 ++++++++ .gitlab-ci.yml | 20 -------------------- 2 files changed, 8 insertions(+), 20 deletions(-) create mode 100644 .claude/settings.local.json delete mode 100644 .gitlab-ci.yml diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..f2a35c0 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,8 @@ +{ + "permissions": { + "allow": [ + "Bash(but rub --help:*)", + "Bash(but status)" + ] + } +} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index d9fa62d..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +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 - - 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