Skip to content

Commit

Permalink
Ensure some CircleCI env vars are available inside container before t…
Browse files Browse the repository at this point in the history
…rying to ship report
  • Loading branch information
oalders committed Apr 28, 2024
1 parent 0429f55 commit beb9d33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:
- run:
command: |
pushd metacpan-docker
docker-compose exec -T api_test cover -report codecov
docker-compose exec -T \
-e CIRCLE_PROJECT_USERNAME="$CIRCLE_PROJECT_USERNAME" \
-e CIRCLE_PROJECT_REPONAME="$CIRCLE_PROJECT_REPONAME" \
api_test cover -report codecov
name: upload coverage report
- run:
command: |
Expand Down

0 comments on commit beb9d33

Please sign in to comment.