Add debug statement. TODO: Remove these
parent
9b1ea18e4a
commit
451c322d5b
|
|
@ -447,6 +447,7 @@ class Docker {
|
||||||
}
|
}
|
||||||
yield this.setupWindowsRun(platform);
|
yield this.setupWindowsRun(platform);
|
||||||
this.validateWindowsPlatformRequirements(platform);
|
this.validateWindowsPlatformRequirements(platform);
|
||||||
|
console.log("Len: " + process.env.UNITY_EMAIL.length);
|
||||||
const windowsRunCommand = `docker run \
|
const windowsRunCommand = `docker run \
|
||||||
--workdir c:/github/workspace \
|
--workdir c:/github/workspace \
|
||||||
--rm \
|
--rm \
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,5 @@
|
||||||
# Activates Unity
|
# Activates Unity
|
||||||
|
Write-Output $Env:UNITY_USER
|
||||||
& "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -batchmode -quit -nographics `
|
& "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -batchmode -quit -nographics `
|
||||||
-username $Env:UNITY_USER `
|
-username $Env:UNITY_USER `
|
||||||
-password $Env:UNITY_PASS `
|
-password $Env:UNITY_PASS `
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue