diff --git a/src/build.js b/src/build.js index c6c23c0..97192ef 100644 --- a/src/build.js +++ b/src/build.js @@ -38,7 +38,7 @@ const f = async () => { gotStream(artifactsUrl), createWriteStream(zipPath) ) - // await pipelineStatus(pipelineUrl) + await pipelineStatus(pipelineUrl) } catch ({ message }) { console.error(JSON.stringify({ error: message,