Compare commits

..

2 Commits

Author SHA1 Message Date
argoyle 944eb13776 Merge pull request 'chore: remove unused .gitlab-ci.yml' (#274) from remove-gitlab-ci into main
Release / release (push) Failing after 3m47s
robotframework / build (push) Successful in 17m56s
Reviewed-on: #274
2026-01-23 14:56:09 +00:00
argoyle c27d2c488d chore: remove unused .gitlab-ci.yml
robotframework / build (pull_request) Successful in 15m23s
No longer needed after migration to Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 14:33:31 +01: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