99 lines
2.6 KiB
Plaintext
99 lines
2.6 KiB
Plaintext
getInput=getInput(query) {
|
|
return Input.githubEnabled
|
|
? core.getInput(query)
|
|
: Input.cliOptions[query] !== undefined
|
|
? Input.cliOptions[query]
|
|
: process.env[query] !== undefined
|
|
? process.env[query]
|
|
: false;
|
|
}
|
|
androidKeystorePass=
|
|
androidKeystoreBase64=
|
|
ANDROID_VERSION_CODE=1
|
|
kubeConfig=
|
|
HOSTNAME=ip-10-0-1-22.eu-west-2.compute.internal
|
|
customImage=false
|
|
testCustomSecret=VALUEXXX
|
|
androidKeyaliasPass=
|
|
BUILDID=0-windows64-btbj
|
|
SHLVL=1
|
|
branch=remote-builder/unified-providers
|
|
githubRepo=game-ci/unity-builder
|
|
HOME=/root
|
|
cloudRunnerCpu=1.0
|
|
versioningStrategy=None
|
|
platform=StandaloneWindows64
|
|
githubEnabled=false
|
|
ANDROID_KEYSTORE_NAME=
|
|
buildPathFull=/data/0-windows64-btbj
|
|
version=2019.2.11f1
|
|
region=eu-west-2
|
|
AWS_EXECUTION_ENV=AWS_ECS_FARGATE
|
|
specifiedVersion=
|
|
chownFilesTo=
|
|
BUILD_FILE=StandaloneWindows64.exe
|
|
runNumber=0
|
|
buildMethod=
|
|
ANDROID_KEYALIAS_NAME=
|
|
BUILD_NAME=StandaloneWindows64
|
|
VERSION=none
|
|
AWS_DEFAULT_REGION=eu-west-2
|
|
logToFile=true
|
|
runnerTempPath=undefined
|
|
sshAgent=
|
|
androidVersionCode=false
|
|
ECS_CONTAINER_METADATA_URI_V4=http://169.254.170.2/v4/978ea84caeab48ddad29e3b8243e4e3d-1072172599
|
|
androidKeystoreName=
|
|
BUILD_METHOD=
|
|
kubeVolumeSize=5Gi
|
|
ECS_CONTAINER_METADATA_URI=http://169.254.170.2/v3/978ea84caeab48ddad29e3b8243e4e3d-1072172599
|
|
CUSTOM_PARAMETERS=
|
|
steamPathFull=/data/0-windows64-btbj/steam
|
|
customParameters=
|
|
repoPathFull=/data/0-windows64-btbj/repo
|
|
cloudRunnerCluster=
|
|
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
libraryFolderFull=/data/0-windows64-btbj/repo/test-project/Library
|
|
androidAppBundle=false
|
|
androidKeyaliasName=
|
|
preBuildSteps=
|
|
buildFile=StandaloneWindows64.exe
|
|
ContainerMemory=750M
|
|
projectPath=test-project
|
|
buildName=StandaloneWindows64
|
|
unityVersion=auto
|
|
BUILD_TARGET=StandaloneWindows64
|
|
targetPlatform=StandaloneWindows64
|
|
BUILD_PATH=build/StandaloneWindows64
|
|
ALLOW_EMPTY_PASSWORD=yes
|
|
PROJECT_PATH=test-project
|
|
AWS_REGION=eu-west-2
|
|
awsBaseStackName=game-ci-3-test
|
|
GITHUB_WORKSPACE=/github/workspace
|
|
length=0
|
|
buildVersion=none
|
|
builderPathFull=/data/0-windows64-btbj/builder
|
|
cliOptions=[object Object]
|
|
postBuildSteps=
|
|
name=Input
|
|
cloudRunnerMemory=750M
|
|
PWD=/data
|
|
buildsPath=build
|
|
allowDirtyBuild=false
|
|
githubToken=
|
|
UNITY_VERSION=2019.2.11f1
|
|
buildPath=build/StandaloneWindows64
|
|
projectPathFull=/data/0-windows64-btbj/repo/test-project
|
|
kubeVolume=
|
|
customBuildSteps=
|
|
- name: 'step 1'
|
|
image: 'alpine'
|
|
commands: ['printenv']
|
|
secrets:
|
|
- name: 'testCustomSecret'
|
|
value: 'VALUEXXX'
|
|
|
|
prototype=[object Object]
|
|
ContainerCpu=1.0
|
|
remoteBuilderIntegrationTests=true
|