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: