mirror of
https://github.com/actions/cache.git
synced 2025-04-20 02:56:45 +00:00
Remove cache checksum debug - close #24
This commit is contained in:
parent
287ee0671b
commit
d872365864
1 changed files with 0 additions and 7 deletions
|
@ -94,13 +94,6 @@ async function run() {
|
||||||
core.info(
|
core.info(
|
||||||
`Cache restored from key:${cacheEntry && cacheEntry.cacheKey}`
|
`Cache restored from key:${cacheEntry && cacheEntry.cacheKey}`
|
||||||
);
|
);
|
||||||
|
|
||||||
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);
|
||||||
utils.setCacheHitOutput(false);
|
utils.setCacheHitOutput(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue