Metav use the git status command output to assert whether there is uncommitted files (repo dirty state) or not (clean state). The command output change depending on the configured language of the OS. The sanity check before a release therefore don't work when language is different than english.
Solution: use the --short version of the command that is not dependant on the language.
Metav use the
git status
command output to assert whether there is uncommitted files (repo dirty state) or not (clean state). The command output change depending on the configured language of the OS. The sanity check before a release therefore don't work when language is different than english. Solution: use the--short
version of the command that is not dependant on the language.