From 31c3bf338a4ee1786c16ac1972081cc6d12eacd2 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Tue, 3 Feb 2026 13:41:14 +0300 Subject: [PATCH] fix(ci): add debug output to generate-pipeline job --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc8dfd2..9765748 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,17 @@ generate-pipeline: before_script: - apk add --no-cache bash findutils script: + - echo "=== DEBUG INFO ===" + - echo "CI_PIPELINE_SOURCE=$CI_PIPELINE_SOURCE" + - echo "CI_COMMIT_BRANCH=$CI_COMMIT_BRANCH" + - echo "CI_MERGE_REQUEST_SOURCE_BRANCH_NAME=$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME" + - pwd && ls -la + - echo "=== Finding terragrunt files ===" + - find live -name "terragrunt.hcl" -not -path "*/.terragrunt-cache/*" | head -20 || echo "No files found" + - echo "=== Generating pipeline ===" - chmod +x ./scripts/generate-pipeline.sh - ./scripts/generate-pipeline.sh + - echo "=== Generated pipeline content ===" - cat .gitlab-ci.generated.yml artifacts: paths: