Fixed wrong branch checking out

This commit is contained in:
Marcin Grzejszczak
2018-06-28 15:51:10 +02:00
parent cf1c5c47ea
commit e4871c68ae
6 changed files with 8 additions and 5 deletions

View File

@@ -46,6 +46,7 @@ public class ReleaserApplication implements CommandLineRunner {
this.releaser.release(options);
} catch (Exception e) {
log.error("Exception occurred for the releaser", e);
throw e;
}
System.exit(0);
}