SRB2/.gitlab-ci.yml
Eidolon dfada161cc Separate gitlab CI into multiple yaml documents
The singular .gitlab-ci.yml is pretty beefy. Splitting it into
smaller files by job and job template will make maintaining the
individual jobs easier.
2024-05-17 16:38:01 -05:00

10 lines
191 B
YAML

include:
- '.gitlab/ci/templates/*.yml'
- '.gitlab/ci/jobs/*.yml'
variables:
GIT_STRATEGY: clone
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
stages:
- build