Skip to content

Commit 2af26ef

Browse files
committed
chore(scripts): no retry in turbo
1 parent 61beab0 commit 2af26ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/turbo/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey }
2828
});
2929
} catch (error) {
3030
console.error("Error running turbo:", error);
31-
if (args?.length > 0) {
32-
// Retry without additional filters
33-
return await runTurbo(task, null, apiSecret, apiEndpoint);
34-
}
3531
throw error;
3632
}
3733
};

0 commit comments

Comments
 (0)