Skip to content

Commit

Permalink
ci: add debug to pipeline runs
Browse files Browse the repository at this point in the history
  • Loading branch information
gene-redpanda committed Sep 11, 2024
1 parent 62c3c75 commit be7a71b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ steps:
environment:
- INTEGRATION_PROVIDER_SECRET_REDPANDA_CLIENT_ID
- INTEGRATION_PROVIDER_SECRET_REDPANDA_CLIENT_SECRET
- TF_LOG=DEBUG
depends_on:
- lint
- unit
Expand Down Expand Up @@ -82,6 +83,7 @@ steps:
environment:
- INTEGRATION_PROVIDER_SECRET_REDPANDA_CLIENT_ID
- INTEGRATION_PROVIDER_SECRET_REDPANDA_CLIENT_SECRET
- TF_LOG=DEBUG
depends_on:
- lint
- unit
Expand All @@ -99,6 +101,7 @@ steps:
environment:
- INTEGRATION_PROVIDER_SECRET_REDPANDA_CLIENT_ID
- INTEGRATION_PROVIDER_SECRET_REDPANDA_CLIENT_SECRET
- TF_LOG=DEBUG
depends_on:
- lint
- unit
Expand Down

0 comments on commit be7a71b

Please sign in to comment.