Skip to content
Snippets Groups Projects
Commit a0a2e8b9 authored by Alexander Turenko's avatar Alexander Turenko Committed by Vladimir Davydov
Browse files

ci: drop useless chown call

AFAIK we anyway run self-hosted runners from root due to all those
problems like [1]. No reason to include the hack into every workflow
file. If we'll going to start runners from a non-root user, it is better
to pass `--user $PROPER_UID` to all docker jobs instead, see [2]: at
least it does not require to place a boilerplate into all workflow
files.

Didn't touch perf_* jobs: don't want to dig inside this part of the
infrastructure ATM.

It reverts PR #5953.

[1]: https://github.com/actions/checkout/issues/211
[2]: https://github.com/actions/runner/issues/691
parent 474d1cc2
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 120 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment