Update .gitlab-ci.yml file

This commit is contained in:
2025-05-24 18:44:47 +02:00
parent 97ff1a3197
commit c636e1f2e5

View File

@ -24,5 +24,5 @@ build-job: # This job runs in the build stage, which runs first.
script:
- echo "Compiling the code..."
- echo "Compile complete."
- 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\: 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 application/json'