Fixed bug: the execution is no more skipped after a failed build
authorKai Moritz <kai@juplo.de>
Sun, 20 Dec 2015 12:32:48 +0000 (13:32 +0100)
committerKai Moritz <kai@juplo.de>
Mon, 7 Mar 2016 13:20:05 +0000 (14:20 +0100)
After a failed build, further executions of the plugin were skipped, because
the MD5-summs suggested, that nothing is to do because nothing has changed.
Because of that, the MD5-summs are now removed in case of a failure.


No differences found