Log hashes 2

This commit is contained in:
plondon 2021-10-23 10:51:29 -04:00
parent 82d9a7f35c
commit d8a5ec1b5d
1 changed files with 4 additions and 0 deletions

View File

@ -493,6 +493,10 @@ async function executeDepGraph({
);
const statuses = {};
console.log('HASHES', hashes)
for (const name in artifacts) {
console.log('name', name)
}
for (const name in artifacts) {
if (!hashes.desired[name]) {
statuses[name] = "buildLocally";