mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
fix(ci): add debug output to generate-pipeline job
This commit is contained in:
parent
0d0075e506
commit
31c3bf338a
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user