mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
9 lines
92 B
YAML
9 lines
92 B
YAML
stages:
|
|
- build
|
|
|
|
build_job:
|
|
stage: build
|
|
script:
|
|
- echo "Running build pipeline"
|
|
|