fix(ci): add debug output to generate-pipeline job

This commit is contained in:
Kochetkov S 2026-02-03 13:41:14 +03:00
parent 0d0075e506
commit 31c3bf338a

View File

@ -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: