Merge pull request 'chore: remove GitLab CI pipeline' (#254) from remove-gitlab-ci into master
geo-service / build (push) Successful in 55s
geo-service / deploy-prod (push) Successful in 49s

Reviewed-on: #254
This commit was merged in pull request #254.
This commit is contained in:
2026-01-08 19:53:04 +00:00
-27
View File
@@ -1,27 +0,0 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
stages:
- build
- deploy
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- push
deploy:
stage: deploy
when: on_success
script:
- echo Deploying
- deploy prod
environment:
name: prod
only:
- master