Skip to content

Commit

Permalink
Debug env in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Nov 1, 2024
1 parent 8308704 commit 2c2c077
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ orbs:
- *container_testagent
parallelism: 22
steps:
- run:
name: To Debug ENV
command: |
env
echo $TEST_DATADOG_INTEGRATION
- restore_cache:
keys:
- '{{ .Environment.CIRCLE_CACHE_VERSION }}-bundled-repo-<<parameters.ruby_version>>-{{ .Environment.CIRCLE_SHA1 }}'
Expand Down

0 comments on commit 2c2c077

Please sign in to comment.