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