File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,12 +153,12 @@ CURRENT_BLOCK=$BLOCK_BUILD
153153 # QUESTION: Why doesn't 'grep -v -e "^\[info\] Resolving"' work?
154154 # First build with 0.12 to ensure patches do not break the hive 12 build
155155 echo -e " q\n" \
156- | sbt/sbt $BUILD_MVN_PROFILE_ARGS clean hive/compile hive-thiftserver /compile \
156+ | sbt/sbt $BUILD_MVN_PROFILE_ARGS clean hive/compile hive-thriftserver /compile \
157157 | grep -v -e " info.*Resolving" -e " warn.*Merging" -e " info.*Including"
158158
159159 # Then build with default version(0.13.1) because tests based on this version
160160 echo -e " q\n" \
161- | sbt/sbt $SBT_MAVEN_PROFILES_ARGS -Phive clean hive/compile hive-thiftserver/compile \
161+ | sbt/sbt $SBT_MAVEN_PROFILES_ARGS -Phive clean assembly/assembly \
162162 | grep -v -e " info.*Resolving" -e " warn.*Merging" -e " info.*Including"
163163}
164164
You can’t perform that action at this time.
0 commit comments