Revert "ci(cf): temporarily skip gitlab status check"

This reverts commit b3f285fd38.
This commit is contained in:
Ming Di Leom 2022-12-25 06:55:45 +00:00
parent b3f285fd38
commit 6133d75a7e
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -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,