mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Temp allow verify-i18n step to fail (#80371)
allow verify-i18n to fail
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user