mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
docker.js now sets variables for Pro licenses as well
This commit is contained in:
parent
d002e036ec
commit
c3b8284b44
@ -25,6 +25,9 @@ export default class Docker {
|
|||||||
--workdir /github/workspace \
|
--workdir /github/workspace \
|
||||||
--rm \
|
--rm \
|
||||||
--env UNITY_LICENSE \
|
--env UNITY_LICENSE \
|
||||||
|
--env UNITY_EMAIL \
|
||||||
|
--env UNITY_PASSWORD \
|
||||||
|
--env UNITY_SERIAL \
|
||||||
--env UNITY_VERSION=${version} \
|
--env UNITY_VERSION=${version} \
|
||||||
--env PROJECT_PATH=${projectPath} \
|
--env PROJECT_PATH=${projectPath} \
|
||||||
--env BUILD_TARGET=${platform} \
|
--env BUILD_TARGET=${platform} \
|
||||||
|
Loading…
Reference in New Issue
Block a user