Merge branch 'main' of gitlab.sectorq.eu:jaydee/omv_backup

This commit is contained in:
2025-05-24 19:26:45 +02:00

View File

@ -23,8 +23,6 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
- echo "Compiling the code..."
- echo "Compile complete."
- 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"