Log artifacts

This commit is contained in:
plondon 2021-10-23 10:41:02 -04:00
parent ba13602634
commit 3d5b0966f9
1 changed files with 1 additions and 0 deletions

View File

@ -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 };
}