fix: revert seed
This commit is contained in:
parent
4fe919f2ea
commit
5684674bd7
@ -50,11 +50,6 @@ async function main() {
|
||||
}
|
||||
});
|
||||
}
|
||||
// Update stucked builds
|
||||
await prisma.build.updateMany({
|
||||
where: { status: 'running' },
|
||||
data: { status: 'success' }
|
||||
});
|
||||
}
|
||||
main()
|
||||
.catch((e) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user