Skip to content

Remove root user check for FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR

What does this MR do?

Removes check for root when FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR is set.

Why was this MR needed?

git does not like when workspace files are owned by some other user:

fatal: unsafe repository ('/builds/rPrca3qv/0/group/project' is owned by someone else)
To add an exception for this directory, call:
	git config --global --add safe.directory /builds/rPrca3qv/0/group/project

What's the best way to test this MR?

What are the relevant issue numbers?

Edited by Elan Ruusamäe

Merge request reports