cleanup
parent
855dc655cc
commit
c864e3665e
|
|
@ -2812,7 +2812,7 @@ class SetupStep {
|
|||
apk add unzip zip git-lfs jq tree nodejs -q
|
||||
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
||||
mkdir -p ${cloud_runner_state_1.CloudRunnerState.builderPathFull}
|
||||
git clone -b ${cloud_runner_state_1.CloudRunnerState.branchName} ${cloud_runner_state_1.CloudRunnerState.unityBuilderRepoUrl} ${cloud_runner_state_1.CloudRunnerState.builderPathFull.replace(`/`, `\\`)}
|
||||
git clone -b ${cloud_runner_state_1.CloudRunnerState.branchName} ${cloud_runner_state_1.CloudRunnerState.unityBuilderRepoUrl} "${cloud_runner_state_1.CloudRunnerState.builderPathFull.replace(`/`, `\\`)}"
|
||||
chmod +x ${cloud_runner_state_1.CloudRunnerState.builderPathFull.replace(`/`, `\\`)}/dist/index.js
|
||||
node ${cloud_runner_state_1.CloudRunnerState.builderPathFull.replace(`/`, `\\`)}/dist/index.js -m remote-cli
|
||||
`, `/${cloud_runner_state_1.CloudRunnerState.buildVolumeFolder.replace(`/`, `\\`)}`, `/${cloud_runner_state_1.CloudRunnerState.buildVolumeFolder.replace(`/`, `\\`)}/`, environmentVariables, secrets);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -42,7 +42,7 @@ export class SetupStep implements StepInterface {
|
|||
mkdir -p ${CloudRunnerState.builderPathFull}
|
||||
git clone -b ${CloudRunnerState.branchName} ${
|
||||
CloudRunnerState.unityBuilderRepoUrl
|
||||
} ${CloudRunnerState.builderPathFull.replace(`/`, `\\`)}
|
||||
} "${CloudRunnerState.builderPathFull.replace(`/`, `\\`)}"
|
||||
chmod +x ${CloudRunnerState.builderPathFull.replace(`/`, `\\`)}/dist/index.js
|
||||
node ${CloudRunnerState.builderPathFull.replace(`/`, `\\`)}/dist/index.js -m remote-cli
|
||||
`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue