Skip to content

Commit

Permalink
Test permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jul 5, 2024
1 parent ca131c7 commit 1ba630e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/self_hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ jobs:
# so we need to change permissions of the workspace folders to the current user
sudo chown -R runner:runner /__w
ls -ld /__w
ls -ld /__w/_temp
ls -ld /__w/_temp/_runner_file_commands
# Also, the group for the docker socket doesn't have gid docker
sudo chown root:docker /var/run/docker.sock
Expand Down

0 comments on commit 1ba630e

Please sign in to comment.