Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix file ownership issues for runners. #141

Merged
merged 1 commit into from
Aug 22, 2020

Conversation

xanantis
Copy link
Contributor

Fixes issues with file ownership after docker usage.
For Github Runners, it is required to call "sudo chown" to fix file ownership.
For Self-hosted Runners, it creates problems, if the user is not allowed to call sudo. One of the hacky solutions is to wrap the docker executable.

So, it is better, to build and run docker as the current user.

@webbertakken webbertakken merged commit 24e9c18 into game-ci:master Aug 22, 2020
@webbertakken
Copy link
Member

@xanantis Thanks. LGTM.

By the way feel free to join us on https://unity-ci.com/discord if you like.

@webbertakken
Copy link
Member

This was reverted in #165 and two new solutions came up:

Follow developments there, or in their followups.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants