You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having a lot of trouble catching errors related to crowdin-cli in CI because whenever there's an error and it exits, it always uses exit code 0 (success).
For example, crowdin --config does_not_exist.yml upload sources && echo "Success!" will in fact print success.
The text was updated successfully, but these errors were encountered:
I've been having a lot of trouble catching errors related to crowdin-cli in CI because whenever there's an error and it exits, it always uses exit code 0 (success).
For example,
crowdin --config does_not_exist.yml upload sources && echo "Success!"
will in fact print success.The text was updated successfully, but these errors were encountered: