Update .gitlab-ci.yml file

This commit is contained in:
2025-05-24 19:07:05 +02:00
parent 67b73319e0
commit fded5b677c

View File

@ -27,4 +27,6 @@ build-job: # This job runs in the build stage, which runs first.
- column=":" - column=":"
- echo "$CI_COMMIT_MESSAGE" - echo "$CI_COMMIT_MESSAGE"
- curl -X POST https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/ansible-all/f851511c32ca9450 -d '{"tag":["setup","common"],"target":["m-server.home.lan"]}' -H "Content-Type${column} application/json" - curl -X POST https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/ansible-all/f851511c32ca9450 -d '{"tag":["setup","common"],"target":["m-server.home.lan"]}' -H "Content-Type${column} application/json"
rules:
- if: '$CI_COMMIT_MESSAGE == "build"'
when: always