Add CI release to ContentDB
This commit is contained in:
parent
b640030507
commit
6a2db266e4
|
@ -21,11 +21,11 @@ try {
|
||||||
})
|
})
|
||||||
const data = await response.json()
|
const data = await response.json()
|
||||||
|
|
||||||
|
console.log(data)
|
||||||
|
|
||||||
if (!data.succes) {
|
if (!data.succes) {
|
||||||
process.exit(1)
|
process.exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(data)
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
process.exit(1)
|
process.exit(1)
|
||||||
|
|
Ŝarĝante…
Reference in New Issue