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-node/.gitlab-ci.yml
T
argoyle 1555b76673 chore(ci): update CI configuration for project templates
Add Defaults.gitlab-ci.yml to the CI configuration and ensure proper 
inclusion of unboundsoftware/ci-templates for better workflows. This 
enhances the CI pipeline setup and streamlines the build process.
2025-06-23 13:46:51 +02:00

19 lines
361 B
YAML

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:
- unset BUILDTOOLS_CONTENT
- build
- push