cloud runner branch separated from target branch properly
							parent
							
								
									7a9cdaf680
								
							
						
					
					
						commit
						2776986792
					
				|  | @ -2945,7 +2945,7 @@ class BuildStep { | ||||||
|       ${hooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '} |       ${hooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '} | ||||||
|       export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 |       export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 | ||||||
|       mkdir -p ${cloud_runner_state_1.CloudRunnerState.builderPathFull.replace(/\\/g, `/`)} |       mkdir -p ${cloud_runner_state_1.CloudRunnerState.builderPathFull.replace(/\\/g, `/`)} | ||||||
|       git clone -q -b ${cloud_runner_state_1.CloudRunnerState.branchName} ${cloud_runner_state_1.CloudRunnerState.unityBuilderRepoUrl} "${cloud_runner_state_1.CloudRunnerState.builderPathFull.replace(/\\/g, `/`)}" |       git clone -q -b ${process.env.CLOUD_RUNNER_BRANCH} ${cloud_runner_state_1.CloudRunnerState.unityBuilderRepoUrl} "${cloud_runner_state_1.CloudRunnerState.builderPathFull.replace(/\\/g, `/`)}" | ||||||
|       ${__1.Input.cloudRunnerTests ? '' : '#'} tree ${cloud_runner_state_1.CloudRunnerState.builderPathFull.replace(/\\/g, `/`)} |       ${__1.Input.cloudRunnerTests ? '' : '#'} tree ${cloud_runner_state_1.CloudRunnerState.builderPathFull.replace(/\\/g, `/`)} | ||||||
|       chmod +x ${path_1.default.join(cloud_runner_state_1.CloudRunnerState.builderPathFull, 'dist', `index.js`).replace(/\\/g, `/`)} |       chmod +x ${path_1.default.join(cloud_runner_state_1.CloudRunnerState.builderPathFull, 'dist', `index.js`).replace(/\\/g, `/`)} | ||||||
|       node ${path_1.default.join(cloud_runner_state_1.CloudRunnerState.builderPathFull, 'dist', `index.js`).replace(/\\/g, `/`)} -m remote-cli |       node ${path_1.default.join(cloud_runner_state_1.CloudRunnerState.builderPathFull, 'dist', `index.js`).replace(/\\/g, `/`)} -m remote-cli | ||||||
|  |  | ||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -33,7 +33,7 @@ export class BuildStep implements StepInterface { | ||||||
|       ${hooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '} |       ${hooks.filter((x) => x.hook.includes(`before`)).map((x) => x.commands) || ' '} | ||||||
|       export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 |       export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 | ||||||
|       mkdir -p ${CloudRunnerState.builderPathFull.replace(/\\/g, `/`)} |       mkdir -p ${CloudRunnerState.builderPathFull.replace(/\\/g, `/`)} | ||||||
|       git clone -q -b ${CloudRunnerState.branchName} ${ |       git clone -q -b ${process.env.CLOUD_RUNNER_BRANCH} ${ | ||||||
|         CloudRunnerState.unityBuilderRepoUrl |         CloudRunnerState.unityBuilderRepoUrl | ||||||
|       } "${CloudRunnerState.builderPathFull.replace(/\\/g, `/`)}" |       } "${CloudRunnerState.builderPathFull.replace(/\\/g, `/`)}" | ||||||
|       ${Input.cloudRunnerTests ? '' : '#'} tree ${CloudRunnerState.builderPathFull.replace(/\\/g, `/`)} |       ${Input.cloudRunnerTests ? '' : '#'} tree ${CloudRunnerState.builderPathFull.replace(/\\/g, `/`)} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue