Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit cc6d084

Browse files
authored
Disable check for bad language export (#137)
Not needed anymore, duplicate file has been removed. Will delete code later if Weblate is happy.
1 parent 8a8e046 commit cc6d084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

element-android/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ steps:
133133
# In case of diff, copy values-he/strings.xml to values-iw/strings.xml
134134
#
135135
# Note that this step will fail for the first diff encountered, we may improve this in the future.
136-
- label: "Weblate export check"
137-
command:
138-
- "diff ./vector/src/main/res/values-id/strings.xml ./vector/src/main/res/values-in/strings.xml"
139-
- "diff ./vector/src/main/res/values-he/strings.xml ./vector/src/main/res/values-iw/strings.xml"
136+
# - label: "Weblate export check"
137+
# command:
138+
# - "diff ./vector/src/main/res/values-id/strings.xml ./vector/src/main/res/values-in/strings.xml"
139+
# - "diff ./vector/src/main/res/values-he/strings.xml ./vector/src/main/res/values-iw/strings.xml"
140140

141141
# run the εxodus static analyser
142142
- label: "εxodus"

0 commit comments

Comments
 (0)