feat(ci): Fail if any command exits with != 0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ed36e93fbb
commit
2a7308147a
@ -2,6 +2,9 @@
|
||||
# Checks all fastlane metadata files for their maximum lengths.
|
||||
# Maximum lengths based on https://gitlab.com/-/snippets/1895688.
|
||||
|
||||
# Every error should fail
|
||||
set -e
|
||||
|
||||
# Check changelogs (ignoring the ones we know already exceed the limit).
|
||||
for locale in ./fastlane/metadata/android/*; do
|
||||
[[ ! -d $locale ]] && echo "Skipping $locale" && continue
|
||||
|
Loading…
Reference in New Issue
Block a user