Skip to content

Commit

Permalink
Fix permissions in CI (#6424)
Browse files Browse the repository at this point in the history
* empty commit

* debug permissions

* change uid and gid from 1001 to 1000

* Revert "debug permissions"

This reverts commit 84b033e.
  • Loading branch information
philippotto authored Aug 25, 2022
1 parent fedc337 commit 862da65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
resource_class: large
environment:
USER_NAME: circleci
USER_UID: 1001
USER_GID: 1001
USER_UID: 1000
USER_GID: 1000
TZ: Europe/Berlin
steps:
- checkout
Expand Down

0 comments on commit 862da65

Please sign in to comment.