From 4ad61769a9812030890664beeb86956cc88e7e47 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Sat, 25 Oct 2025 21:42:21 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..35ae5b5 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +stages: # List of stages for jobs, and their order of execution + - build + + +build-job: # This job runs in the build stage, which runs first. + stage: build + script: + - column=":" + - echo "${flow_id}" + - curl -X POST https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/ansible-all/${flow_id} -d '{"tag":["mqtt-srv"],"target":["morefine.home.lan"]}' -H "Content-Type${column} application/json" + rules: + - if: '$CI_COMMIT_MESSAGE =~ /build/'