mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
12 lines
248 B
YAML
12 lines
248 B
YAML
stages:
|
|
- build
|
|
|
|
build_job:
|
|
|
|
stage: build
|
|
rules:
|
|
- if: '$CI_COMMIT_TITLE == "build1"'
|
|
script:
|
|
- curl -X GET https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/omv_distribute/f851511c32ca9450
|
|
environment: jaydee
|