Skip to content

Commit 1c91a3b

Browse files
committed
Fix custom parameters
1 parent ae7f659 commit 1c91a3b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/model/docker.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ class Docker {
3737
--env UNITY_EMAIL \
3838
--env UNITY_PASSWORD \
3939
--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}" \
4848
--env HOME=/github/home \
4949
--env GITHUB_REF \
5050
--env GITHUB_SHA \

0 commit comments

Comments
 (0)