pull/310/head
Frostebite 2022-01-01 04:44:52 +00:00
parent 7960b59798
commit 67bb9e425e
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -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) {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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)) {