From fd99f4ef78738675623ccd1d5f1d456fe97f2ae8 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Sat, 24 May 2025 19:01:29 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4995a7..19c7d50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,4 +27,5 @@ build-job: # This job runs in the build stage, which runs first. - column=":" - 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" rules: - - if: $CI_COMMIT_MESSAGE =~ /build$/ + - if: $CI_COMMIT_MESSAGE == "build" + when: always