fix
parent
7960b59798
commit
67bb9e425e
|
|
@ -576,7 +576,7 @@ class Caching {
|
|||
}
|
||||
const cacheSelection = cacheKey !== `` && fs_1.default.existsSync(cacheKey) ? cacheKey : latestInBranch;
|
||||
if (__1.Input.cloudRunnerTests) {
|
||||
yield cloud_runner_agent_system_1.CloudRunnerAgentSystem.Run(`cache key ${cacheKey} selection ${cacheSelection}`);
|
||||
yield cloud_runner_logger_1.default.log(`cache key ${cacheKey} selection ${cacheSelection}`);
|
||||
}
|
||||
if (fs_1.default.existsSync(cacheSelection)) {
|
||||
if (__1.Input.cloudRunnerTests) {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -61,7 +61,7 @@ export class Caching {
|
|||
const cacheSelection = cacheKey !== `` && fs.existsSync(cacheKey) ? cacheKey : latestInBranch;
|
||||
|
||||
if (Input.cloudRunnerTests) {
|
||||
await CloudRunnerAgentSystem.Run(`cache key ${cacheKey} selection ${cacheSelection}`);
|
||||
await CloudRunnerLogger.log(`cache key ${cacheKey} selection ${cacheSelection}`);
|
||||
}
|
||||
|
||||
if (fs.existsSync(cacheSelection)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue