chore: remove unused .gitlab-ci.yml #274

Merged
argoyle merged 1 commits from remove-gitlab-ci into main 2026-01-23 14:56:14 +00:00
-18
View File
@@ -1,18 +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
- push