Merge pull request 'chore: remove unused .gitlab-ci.yml' (#321) from remove-gitlab-ci into main
Release / release (push) Failing after 1m49s
cron-checker / vulnerabilities (push) Successful in 4m41s
cron-checker / test (push) Successful in 6m19s
cron-checker / build (push) Failing after 10m54s

Reviewed-on: #321
This commit was merged in pull request #321.
This commit is contained in:
2026-01-23 15:08:07 +00:00
-20
View File
@@ -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