docker.js now sets variables for Pro licenses as well

This commit is contained in:
Dan Vicarel 2020-01-11 17:23:42 -05:00 committed by Webber Takken
parent d002e036ec
commit c3b8284b44

View File

@ -25,6 +25,9 @@ export default class Docker {
--workdir /github/workspace \
--rm \
--env UNITY_LICENSE \
--env UNITY_EMAIL \
--env UNITY_PASSWORD \
--env UNITY_SERIAL \
--env UNITY_VERSION=${version} \
--env PROJECT_PATH=${projectPath} \
--env BUILD_TARGET=${platform} \