Cleanup
parent
52c2a66b7c
commit
22791aa0eb
|
|
@ -679,7 +679,7 @@ class SetupRemoteRepository {
|
||||||
yield remote_client_system_1.RemoteClientSystem.Run(`git lfs install --skip-smudge`);
|
yield remote_client_system_1.RemoteClientSystem.Run(`git lfs install --skip-smudge`);
|
||||||
cloud_runner_logger_1.default.logRemoteCli(cloud_runner_state_1.CloudRunnerState.targetBuildRepoUrl);
|
cloud_runner_logger_1.default.logRemoteCli(cloud_runner_state_1.CloudRunnerState.targetBuildRepoUrl);
|
||||||
yield remote_client_system_1.RemoteClientSystem.Run(`
|
yield remote_client_system_1.RemoteClientSystem.Run(`
|
||||||
git clone --depth 1 ${cloud_runner_state_1.CloudRunnerState.targetBuildRepoUrl} ${cloud_runner_state_1.CloudRunnerState.repoPathFull}
|
git clone --depth 1 ${cloud_runner_state_1.CloudRunnerState.targetBuildRepoUrl}
|
||||||
`);
|
`);
|
||||||
yield remote_client_system_1.RemoteClientSystem.Run(`
|
yield remote_client_system_1.RemoteClientSystem.Run(`
|
||||||
git checkout ${cloud_runner_state_1.CloudRunnerState.buildParams.gitSha}
|
git checkout ${cloud_runner_state_1.CloudRunnerState.buildParams.gitSha}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -148,7 +148,7 @@ export class SetupRemoteRepository {
|
||||||
await RemoteClientSystem.Run(`git lfs install --skip-smudge`);
|
await RemoteClientSystem.Run(`git lfs install --skip-smudge`);
|
||||||
CloudRunnerLogger.logRemoteCli(CloudRunnerState.targetBuildRepoUrl);
|
CloudRunnerLogger.logRemoteCli(CloudRunnerState.targetBuildRepoUrl);
|
||||||
await RemoteClientSystem.Run(`
|
await RemoteClientSystem.Run(`
|
||||||
git clone --depth 1 ${CloudRunnerState.targetBuildRepoUrl} ${CloudRunnerState.repoPathFull}
|
git clone --depth 1 ${CloudRunnerState.targetBuildRepoUrl}
|
||||||
`);
|
`);
|
||||||
await RemoteClientSystem.Run(`
|
await RemoteClientSystem.Run(`
|
||||||
git checkout ${CloudRunnerState.buildParams.gitSha}
|
git checkout ${CloudRunnerState.buildParams.gitSha}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue