Fix lib caching
parent
63088a2621
commit
9a2757e69f
|
|
@ -676,7 +676,6 @@ class SetupRemoteRepository {
|
|||
else {
|
||||
cloud_runner_logger_1.default.logCli(`Library cache doesn't exist`);
|
||||
if (latestLibraryCacheFile !== ``) {
|
||||
yield remote_client_system_1.RemoteClientSystem.Run(`tree`);
|
||||
throw new Error(`Failed to get library cache, but cache hit was found (${latestLibraryCacheFile})`);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -138,7 +138,6 @@ export class SetupRemoteRepository {
|
|||
} else {
|
||||
CloudRunnerLogger.logCli(`Library cache doesn't exist`);
|
||||
if (latestLibraryCacheFile !== ``) {
|
||||
await RemoteClientSystem.Run(`tree`);
|
||||
throw new Error(`Failed to get library cache, but cache hit was found (${latestLibraryCacheFile})`);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue