Re-enable checks

This commit is contained in:
Janek Bevendorff 2017-01-23 01:11:20 +01:00
parent 0456815bd5
commit 86cdb64b1d
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -89,7 +89,6 @@ logError() {
}
exitError() {
return
logError "$1"
if [ "" != "$ORIG_BRANCH" ]; then
git checkout "$ORIG_BRANCH" > /dev/null 2>&1