Merge pull request 'chore: remove unused .gitlab-ci.yml' (#231) from remove-gitlab-ci into main
Release / release (push) Successful in 1m5s
default-request-adder / vulnerabilities (push) Successful in 3m2s
default-request-adder / test (push) Successful in 4m9s
default-request-adder / build (push) Successful in 1h5m26s

Reviewed-on: #231
This commit was merged in pull request #231.
This commit is contained in:
2026-01-23 19:15:42 +00:00
2 changed files with 8 additions and 20 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(but rub --help:*)",
"Bash(but status)"
]
}
}
-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