File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ class Docker {
37
37
--env UNITY_EMAIL \
38
38
--env UNITY_PASSWORD \
39
39
--env UNITY_SERIAL \
40
- --env UNITY_VERSION=${ version } \
41
- --env PROJECT_PATH=${ projectPath } \
42
- --env BUILD_TARGET=${ platform } \
43
- --env BUILD_NAME=${ buildName } \
44
- --env BUILD_PATH=${ buildPath } \
45
- --env BUILD_FILE=${ buildFile } \
46
- --env BUILD_METHOD=${ buildMethod } \
47
- --env CUSTOM_PARAMETERS=${ customParameters } \
40
+ --env UNITY_VERSION=" ${ version } " \
41
+ --env PROJECT_PATH=" ${ projectPath } " \
42
+ --env BUILD_TARGET=" ${ platform } " \
43
+ --env BUILD_NAME=" ${ buildName } " \
44
+ --env BUILD_PATH=" ${ buildPath } " \
45
+ --env BUILD_FILE=" ${ buildFile } " \
46
+ --env BUILD_METHOD=" ${ buildMethod } " \
47
+ --env CUSTOM_PARAMETERS=" ${ customParameters } " \
48
48
--env HOME=/github/home \
49
49
--env GITHUB_REF \
50
50
--env GITHUB_SHA \
You can’t perform that action at this time.
0 commit comments