Solution proposal to Issue Add customImage parameter #150 (#151)

* add customImage attribute

* add one more test for input passing && check for customImage == ''
This commit is contained in:
Kai Biermeier
2020-09-18 18:41:31 +02:00
committed by GitHub
parent cccd5074ea
commit 6a53a9e853
7 changed files with 37 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ class BuildParameters {
return {
version: Input.unityVersion,
customImage: Input.customImage,
uid,
gid,
runnerTempPath: process.env.RUNNER_TEMP,