mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 15:48:33 +02:00
11 lines
143 B
YAML
11 lines
143 B
YAML
stages:
|
|
- build
|
|
|
|
build_job:
|
|
stage: build
|
|
script:
|
|
- echo "Running build pipeline"
|
|
rules:
|
|
- if: '$CI_COMMIT_MESSAGE == "build"'
|
|
|