Merge branch 'v2.3.3' of github.com:coollabsio/coolify into v2.3.3
This commit is contained in:
commit
4fe919f2ea
@ -50,6 +50,11 @@ async function main() {
|
||||
}
|
||||
});
|
||||
}
|
||||
// Update stucked builds
|
||||
await prisma.build.updateMany({
|
||||
where: { status: 'running' },
|
||||
data: { status: 'success' }
|
||||
});
|
||||
}
|
||||
main()
|
||||
.catch((e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user