mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-26 12:33:25 +00:00
fix: Sentry
This commit is contained in:
@@ -31,7 +31,7 @@ async function stopBuild(buildId, applicationId) {
|
||||
}
|
||||
if (count > 100) {
|
||||
clearInterval(interval);
|
||||
return resolve();
|
||||
return reject(new Error('Build canceled'));
|
||||
}
|
||||
|
||||
const { stdout: buildContainers } = await asyncExecShell(
|
||||
@@ -70,7 +70,6 @@ export const post: RequestHandler = async (event) => {
|
||||
}
|
||||
try {
|
||||
await stopBuild(buildId, applicationId);
|
||||
await cleanupDB(buildId);
|
||||
return {
|
||||
status: 200,
|
||||
body: {
|
||||
|
||||
Reference in New Issue
Block a user