Skip to content

Commit

Permalink
Don't chown report
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Sep 2, 2024
1 parent 32fc80d commit fb035bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ jobs:
pushd metacpan-docker
docker-compose exec -T api_test cover -report json
name: create coverage report
# The report ends up being owned by root, but we may not need to chown it.
- run:
command: |
pushd metacpan-docker/src/metacpan-api
sudo chown -R circleci.circleci cover_db
name: chown coverage report
- codecov/upload:
file: metacpan-docker/src/metacpan-api/cover_db/cover.json
- run:
Expand Down

0 comments on commit fb035bb

Please sign in to comment.