Log artifacts
This commit is contained in:
parent
ba13602634
commit
3d5b0966f9
|
@ -324,6 +324,7 @@ async function getDepGraph() {
|
||||||
artifacts.push(await getImageArtifact({ tag: "app" }));
|
artifacts.push(await getImageArtifact({ tag: "app" }));
|
||||||
artifacts.push(await getDeployReadyArtifact(langs));
|
artifacts.push(await getDeployReadyArtifact(langs));
|
||||||
artifacts.push(await getDeployLiveArtifact(langs));
|
artifacts.push(await getDeployLiveArtifact(langs));
|
||||||
|
console.log(artifacts)
|
||||||
return { informationalDependencies, artifacts };
|
return { informationalDependencies, artifacts };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue