mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-16 16:01:22 +02:00
Remove cache checksum debug on save
This commit is contained in:
parent
d872365864
commit
86cfa8a0c6
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue