diff --git a/src/build.js b/src/build.js index 97192ef..c6c23c0 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,