Skip to content

Commit

Permalink
log the var again
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchud committed Dec 19, 2024
1 parent 0134a59 commit 53ec26e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
- run:
name: Run Tests
command: |
var="$CC_TEST_REPORTER_ID"
echo "CC_TEST_REPORTER_ID:"
printf '%s\n' "${var//cd089bf459f102f6229dd100703}"
mkdir /tmp/test-results
./cc-test-reporter before-build
Expand Down

0 comments on commit 53ec26e

Please sign in to comment.