From 3f132c1f89d56a01c0bfc55fe2c9abc29e321f12 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Sun, 7 Dec 2025 22:06:47 +0100 Subject: [PATCH 1/2] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35ae5b5..3c2194f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,6 @@ build-job: # This job runs in the build stage, which runs first. - 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" + - rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/mqtt_srv.tmp rules: - if: '$CI_COMMIT_MESSAGE =~ /build/' From 9ed37997a0de9658be68262a4e555df5b5fbcdbf Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Sun, 7 Dec 2025 22:07:14 +0100 Subject: [PATCH 2/2] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c2194f..e85c35a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,6 @@ build-job: # This job runs in the build stage, which runs first. - 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" - - rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/mqtt_srv.tmp + - rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/mqtt_srv.tmp/.gitlab-runner.ext.conf rules: - if: '$CI_COMMIT_MESSAGE =~ /build/'