mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:51:55 +00:00
web: softFail Sentry sourcemaps upload (#39646)
This commit is contained in:
parent
8b1dce7955
commit
ecc421a4bf
@ -223,6 +223,7 @@ func buildWebAppWithSentrySourcemaps(version string) operations.Operation {
|
||||
// Webapp build with Sentry's webpack plugin enabled
|
||||
pipeline.AddStep(":webpack::globe_with_meridians: Build and upload sourcemaps to Sentry",
|
||||
withYarnCache(),
|
||||
bk.SoftFail(),
|
||||
bk.Cmd("dev/ci/yarn-build.sh client/web"),
|
||||
bk.Env("NODE_ENV", "production"),
|
||||
bk.Env("ENTERPRISE", ""),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user