Update .gitlab-ci.yml file

This commit is contained in:
2025-05-24 20:25:24 +02:00
parent 95dd8fb52b
commit af5d64200c

View File

@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- column=":"
- echo "$CI_COMMIT_MESSAGE"
- echo "${flow_id}"
- curl -X POST https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/ansible-all/${flow_id} -d '{"tag":["setup","omv_backup"],"target":["servers"]}' -H "Content-Type${column} application/json"
rules:
- if: '$CI_COMMIT_MESSAGE =~ /build/'