mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-08 13:11:35 +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:
|
before_script:
|
||||||
- apk add --no-cache bash findutils
|
- apk add --no-cache bash findutils
|
||||||
script:
|
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
|
- chmod +x ./scripts/generate-pipeline.sh
|
||||||
- ./scripts/generate-pipeline.sh
|
- ./scripts/generate-pipeline.sh
|
||||||
|
- echo "=== Generated pipeline content ==="
|
||||||
- cat .gitlab-ci.generated.yml
|
- cat .gitlab-ci.generated.yml
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user