Remove cache checksum debug - close #24

This commit is contained in:
Adam Dobrawy 2019-10-31 21:32:07 +01:00 committed by GitHub
parent 287ee0671b
commit d872365864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,13 +94,6 @@ async function run() {
core.info(
`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) {
core.warning(error.message);
utils.setCacheHitOutput(false);