revert Fix file ownership issues for self-hosted runners. (#141) (#165)

This commit is contained in:
Kai Biermeier
2020-10-22 09:20:12 +01:00
committed by GitHub
parent ef74241772
commit e6d3daedbe
5 changed files with 4 additions and 30 deletions

View File

@@ -1,4 +1,3 @@
import os from 'os';
import AndroidVersioning from './android-versioning';
import Input from './input';
import Platform from './platform';
@@ -21,13 +20,10 @@ class BuildParameters {
Input.androidVersionCode,
);
const { uid, gid } = os.userInfo();
return {
version: Input.unityVersion,
customImage: Input.customImage,
uid,
gid,
runnerTempPath: process.env.RUNNER_TEMP,
platform: Input.targetPlatform,
projectPath: Input.projectPath,