Caching cleanup

pull/310/head
Frostebite 2022-01-06 17:34:52 +00:00
parent c97336c67e
commit e99686d5b7
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -545,7 +545,7 @@ class Caching {
if (__1.Input.cloudRunnerTests) {
yield Caching.printFullCacheHierarchySize();
}
process.chdir(`${sourceFolder}/../`);
process.chdir(path_1.default.join(sourceFolder, `..`));
if (__1.Input.cloudRunnerTests) {
cloud_runner_logger_1.default.log(`Hashed cache folder ${yield lfs_hashing_1.LFSHashing.hashAllFiles(sourceFolder)}`);
}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -18,7 +18,7 @@ export class Caching {
if (Input.cloudRunnerTests) {
await Caching.printFullCacheHierarchySize();
}
process.chdir(`${sourceFolder}/../`);
process.chdir(path.join(sourceFolder, `..`));
if (Input.cloudRunnerTests) {
CloudRunnerLogger.log(`Hashed cache folder ${await LFSHashing.hashAllFiles(sourceFolder)}`);