This repository has been archived on 2026-03-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pre-commit/.gitlab-ci.yml
T
argoyle 9c39290793 ci: remove unused docker configurations from pipeline
Removes unnecessary Docker service and variable configurations from 
the CI pipeline to streamline the build process and reduce complexity.  
This enhances clarity and avoids potential misconfigurations.
2024-12-04 17:51:11 +01:00

17 lines
290 B
YAML

include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml
stages:
- build
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- unset BUILDTOOLS_CONTENT
- build
- push