web: softFail Sentry sourcemaps upload (#39646)

This commit is contained in:
Valery Bugakov 2022-07-29 11:21:18 +08:00 committed by GitHub
parent 8b1dce7955
commit ecc421a4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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", ""),