ci(cf): temporarily skip gitlab status check
This commit is contained in:
parent
4981d9e634
commit
b3f285fd38
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue