From dce4ccb71190d1a123eea12b389debbc015817c1 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Sat, 24 May 2025 19:24:53 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21e381e..6cc9131 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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. stage: build script: - - echo "Compiling the code..." - - echo "Compile complete." - column=":" - 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"