Chore: Temp allow verify-i18n step to fail (#80371)

allow verify-i18n to fail
This commit is contained in:
Josh Hunt
2024-01-11 14:50:01 +00:00
committed by GitHub
parent 77db6a9ca4
commit c9dd12851f
2 changed files with 4 additions and 1 deletions

View File

@@ -585,6 +585,7 @@ def verify_i18n_step():
"depends_on": [
"yarn-install",
],
"failure": "ignore",
"commands": [
"apk add --update git",
"yarn run i18n:extract || (echo \"{}\" && false)".format(extract_error_message),