From b3f285fd38a142914e8aa1090e5da8e5ef3838e9 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 25 Dec 2022 06:45:34 +0000 Subject: [PATCH] ci(cf): temporarily skip gitlab status check --- src/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,