From 82d9a7f35c9d7079d8202406403c794e0c5a53e8 Mon Sep 17 00:00:00 2001 From: plondon Date: Sat, 23 Oct 2021 10:46:29 -0400 Subject: [PATCH] Log hashes --- tools/depgraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/depgraph.js b/tools/depgraph.js index 6b97aea..4d5e862 100644 --- a/tools/depgraph.js +++ b/tools/depgraph.js @@ -324,7 +324,6 @@ async function getDepGraph() { artifacts.push(await getImageArtifact({ tag: "app" })); artifacts.push(await getDeployReadyArtifact(langs)); artifacts.push(await getDeployLiveArtifact(langs)); - console.log(artifacts) return { informationalDependencies, artifacts }; } @@ -493,6 +492,7 @@ async function executeDepGraph({ }) ); const statuses = {}; + console.log('HASHES', hashes) for (const name in artifacts) { if (!hashes.desired[name]) { statuses[name] = "buildLocally";