Caching cleanup
							parent
							
								
									203e7209a1
								
							
						
					
					
						commit
						0f367cae92
					
				|  | @ -545,7 +545,7 @@ class Caching { | |||
|                 if (__1.Input.cloudRunnerTests) { | ||||
|                     yield Caching.printFullCacheHierarchySize(); | ||||
|                 } | ||||
|                 process.chdir(`${path_1.default.dirname(sourceFolder)}`); | ||||
|                 process.chdir(`${sourceFolder}/../`); | ||||
|                 if (__1.Input.cloudRunnerTests) { | ||||
|                     cloud_runner_logger_1.default.log(`Hashed cache folder ${yield lfs_hashing_1.LFSHashing.hashAllFiles(sourceFolder)}`); | ||||
|                 } | ||||
|  |  | |||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -18,7 +18,7 @@ export class Caching { | |||
|       if (Input.cloudRunnerTests) { | ||||
|         await Caching.printFullCacheHierarchySize(); | ||||
|       } | ||||
|       process.chdir(`${path.dirname(sourceFolder)}`); | ||||
|       process.chdir(`${sourceFolder}/../`); | ||||
| 
 | ||||
|       if (Input.cloudRunnerTests) { | ||||
|         CloudRunnerLogger.log(`Hashed cache folder ${await LFSHashing.hashAllFiles(sourceFolder)}`); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue