pipeline improvements

pull/496/head
Frostebite 2023-02-12 19:39:12 +00:00
parent df129e4545
commit a0852cf5c3
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ export class RemoteClient {
await RemoteClient.sizeOfFolder('repo after library cache pull', CloudRunnerFolders.repoPathAbsolute);
await Caching.handleCachePurging();
} catch (error) {
RemoteClientLogger.logWarning(`!Warning!: Failed setting up repo`);
throw error;
}
}