Add activation variables

This commit is contained in:
Webber
2020-01-29 20:57:21 +01:00
committed by Webber Takken
parent 271ac6eac9
commit cd76fed14c
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -23,6 +23,10 @@ class Docker {
const command = `docker run \
--workdir /github/workspace \
--rm \
--env UNITY_LICENSE \
--env UNITY_EMAIL \
--env UNITY_PASSWORD \
--env UNITY_SERIAL \
--env UNITY_VERSION=${unityVersion} \
--env HOME=/github/home \
--env GITHUB_REF \