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

Add clean to build

parent 10b1c59d
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ echo "========================================================================="
# echo "q" is needed because sbt on encountering a build file with failure
# (either resolution or compilation) prompts the user for input either q, r,
# etc to quit or retry. This echo is there to make it not block.
echo -e "q\n" | SPARK_HIVE=true sbt/sbt assembly | \
echo -e "q\n" | SPARK_HIVE=true sbt/sbt clean assembly | \
grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"
if [ -n "$run_sql_tests" ]; then
......
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