Skip to content

Fix(Critical): Enable exception mode: abort on first error

The script does some very bad things if some step failed. for example, it created git commit in a totally wrong repository.

The script also has code like rm -rf .git, which could delete very wrong thing if executed from wrong directory.

Edited by Elan Ruusamäe

Merge request reports