Skip to content

Commit 1f9a3f8

Browse files
committed
fix: on linux chowned dirs so that ubuntu can access them without root
1 parent 4b6bf8f commit 1f9a3f8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
command: |
1616
if [[ "$OSTYPE" == "linux"* ]]; then
1717
loginctl enable-linger $(whoami)
18-
19-
# Reset file permissions
2018
sudo chown -R ubuntu:ubuntu /usr/local /opt /var/tmp
2119
fi
2220
- run:

0 commit comments

Comments
 (0)