ci(cf): temporarily skip gitlab status check

This commit is contained in:
Ming Di Leom 2022-12-25 06:45:34 +00:00
parent 4981d9e634
commit b3f285fd38
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,