Merge pull request 'chore: remove unused .gitlab-ci.yml' (#363) from remove-gitlab-ci into main
Release / release (push) Failing after 3m48s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 8m12s
gitlab-cleanup-handler / test (push) Successful in 10m46s
gitlab-cleanup-handler / build (push) Failing after 17m32s

Reviewed-on: #363
This commit was merged in pull request #363.
This commit is contained in:
2026-01-23 14:56:19 +00:00
-22
View File
@@ -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