Skip to content

Commit

Permalink
fix: Revert 5915 yj/fail builds if extension fail to load (#5955)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
YujohnNattrass authored Dec 19, 2024
1 parent 9773066 commit 594f66f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/config/src/api/site_info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ const getIntegrations = async function ({
const integrations = await response.json()
return Array.isArray(integrations) ? integrations : []
} catch (error) {
// Integrations should not block the build if they fail to load
// TODO: We should consider blocking the build as integrations are a critical part of the build process
// https://linear.app/netlify/issue/CT-1214/implement-strategy-in-builds-to-deal-with-integrations-that-we-fail-to
return []
Expand Down

0 comments on commit 594f66f

Please sign in to comment.