mirror of
				https://github.com/actions/cache.git
				synced 2025-11-01 04:28:39 +08:00 
			
		
		
		
	Remove cache checksum debug on save
This commit is contained in:
		
							parent
							
								
									d872365864
								
							
						
					
					
						commit
						86cfa8a0c6
					
				|  | @ -67,12 +67,6 @@ async function run() { | ||||||
|         const stream = fs.createReadStream(archivePath); |         const stream = fs.createReadStream(archivePath); | ||||||
|         await cacheHttpClient.saveCache(stream, primaryKey); |         await cacheHttpClient.saveCache(stream, primaryKey); | ||||||
| 
 | 
 | ||||||
|         try { |  | ||||||
|             core.info("Cache Checksum:"); |  | ||||||
|             await exec(`md5sum`, [`${archivePath}`]); |  | ||||||
|         } catch (error) { |  | ||||||
|             core.debug(`Failed to checkum with ${error}`); |  | ||||||
|         } |  | ||||||
|     } catch (error) { |     } catch (error) { | ||||||
|         core.warning(error.message); |         core.warning(error.message); | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Adam Dobrawy
						Adam Dobrawy