Log hashes 2
This commit is contained in:
parent
82d9a7f35c
commit
d8a5ec1b5d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue