Skip to content

Commit

Permalink
HOTFIX: Remove generated-mima-excludes file after runing MIMA.
Browse files Browse the repository at this point in the history
This has been causing some false failures on PR's that don't merge
correctly.

Author: Patrick Wendell <[email protected]>

Closes #971 from pwendell/mima and squashes the following commits:

1dc80aa [Patrick Wendell] HOTFIX: Remove generated-mima-excludes file after runing MIMA.
  • Loading branch information
pwendell committed Jun 5, 2014
1 parent e4c11ee commit f6143f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/mima
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ if [ $ret_val != 0 ]; then
echo "NOTE: Exceptions to binary compatibility can be added in project/MimaExcludes.scala"
fi

rm -f .generated-mima-excludes
exit $ret_val

0 comments on commit f6143f1

Please sign in to comment.