Compare commits

...

2 Commits

Author SHA1 Message Date
argoyle d363357809 Merge pull request 'chore: remove unused .gitlab-ci.yml' (#249) from remove-gitlab-ci into main
Release / release (push) Successful in 3m26s
auth0mock / build (push) Successful in 4m59s
Reviewed-on: #249
2026-01-23 14:56:33 +00:00
argoyle b88afe07f4 chore: remove unused .gitlab-ci.yml
auth0mock / build (pull_request) Successful in 4m33s
No longer needed after migration to Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 14:34:07 +01:00
-17
View File
@@ -1,17 +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