Skip to content

Commit

Permalink
remove clean to save time
Browse files Browse the repository at this point in the history
  • Loading branch information
scwf committed Oct 31, 2014
1 parent f5cac74 commit f26f3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ CURRENT_BLOCK=$BLOCK_BUILD
# Then build with default version(0.13.1) because tests are based on this version
echo "[info] Building Spark with these arguments: $SBT_MAVEN_PROFILES_ARGS -Phive"
echo -e "q\n" \
| sbt/sbt $SBT_MAVEN_PROFILES_ARGS -Phive clean package assembly/assembly \
| sbt/sbt $SBT_MAVEN_PROFILES_ARGS -Phive package assembly/assembly \
| grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"
}

Expand Down

0 comments on commit f26f3be

Please sign in to comment.