From a555567c4bfc8dc82b634a547d01b0d95261010d Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Mon, 1 Sep 2025 12:21:49 +0200 Subject: [PATCH] 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 4131551..0f69608 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,6 @@ build-job: # This job runs in the build stage, which runs first. script: - column=":" - echo "${flow_id}" - - curl -X POST https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/ansible-all/${flow_id} -d '{"tag":["setup","omv_backup"],"target":["servers"]}' -H "Content-Type${column} application/json" + - curl -X POST https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/ansible-all/${flow_id} -d '{"tag":["omv_backup"],"target":["servers"]}' -H "Content-Type${column} application/json" rules: - if: '$CI_COMMIT_MESSAGE =~ /build/'