Explicitly pass in unity email to docker run

pull/305/head
Andrew Kahr 2022-01-24 01:27:05 -08:00
parent 88f149b898
commit 47e600b419
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -452,7 +452,7 @@ class Docker {
--rm \ --rm \
--env UNITY_LICENSE \ --env UNITY_LICENSE \
--env UNITY_LICENSE_FILE \ --env UNITY_LICENSE_FILE \
--env UNITY_EMAIL \ --env UNITY_EMAIL="${process.env.UNITY_EMAIL}" \
--env UNITY_PASSWORD \ --env UNITY_PASSWORD \
--env UNITY_SERIAL="${unitySerial}" \ --env UNITY_SERIAL="${unitySerial}" \
--env UNITY_VERSION="${version}" \ --env UNITY_VERSION="${version}" \

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -131,7 +131,7 @@ class Docker {
--rm \ --rm \
--env UNITY_LICENSE \ --env UNITY_LICENSE \
--env UNITY_LICENSE_FILE \ --env UNITY_LICENSE_FILE \
--env UNITY_EMAIL \ --env UNITY_EMAIL="${process.env.UNITY_EMAIL}" \
--env UNITY_PASSWORD \ --env UNITY_PASSWORD \
--env UNITY_SERIAL="${unitySerial}" \ --env UNITY_SERIAL="${unitySerial}" \
--env UNITY_VERSION="${version}" \ --env UNITY_VERSION="${version}" \