Skip to content
Snippets Groups Projects
Commit f6143f12 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

HOTFIX: Remove generated-mima-excludes file after runing MIMA.

This has been causing some false failures on PR's that don't merge
correctly.

Author: Patrick Wendell <pwendell@gmail.com>

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

1dc80aa [Patrick Wendell] HOTFIX: Remove generated-mima-excludes file after runing MIMA.
parent e4c11eef
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment