diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e69de29..3888b3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +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 +