Skip to content

Commit d3965d5

Browse files
fix: Revert 5915 yj/fail builds if extension fail to load (#5955)
* Revert "fix: fail build when extension failed to be retrieved (#5915)" This reverts commit 20c7359. * fix: trigger release please to revert 5915 * chore: trigger release * fix: trigger release please to revert 5915 * fix: update comment
1 parent 905abf3 commit d3965d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/config/src/api/site_info.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ const getIntegrations = async function ({
136136
const integrations = await response.json()
137137
return Array.isArray(integrations) ? integrations : []
138138
} catch (error) {
139-
// Integrations should not block the build if they fail to load
140139
// TODO: We should consider blocking the build as integrations are a critical part of the build process
141140
// https://linear.app/netlify/issue/CT-1214/implement-strategy-in-builds-to-deal-with-integrations-that-we-fail-to
142141
return []

0 commit comments

Comments
 (0)