From 3d5b0966f94107d67007579cc41e79c15ffc0d5d Mon Sep 17 00:00:00 2001 From: plondon Date: Sat, 23 Oct 2021 10:41:02 -0400 Subject: [PATCH] Log artifacts --- tools/depgraph.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/depgraph.js b/tools/depgraph.js index dab5e45..6b97aea 100644 --- a/tools/depgraph.js +++ b/tools/depgraph.js @@ -324,6 +324,7 @@ 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 }; }