This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit ce9b84ef8f522d6bcbf99f232aac42983067d667 Author: Rui Li <li...@apache.org> AuthorDate: Wed Jul 3 17:46:33 2019 +0800 move clean to get_test_modules_for_stage --- tools/travis/stage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/travis/stage.sh b/tools/travis/stage.sh index 922430e..4c4e2bc 100644 --- a/tools/travis/stage.sh +++ b/tools/travis/stage.sh @@ -170,7 +170,7 @@ function get_compile_modules_for_stage() { echo "-pl $MODULES_TESTS -am" ;; (${STAGE_CONNECTOR_HIVE_1}) - echo "-pl $MODULES_CONNECTOR_HIVE -am -Phive-1.2.1 clean" + echo "-pl $MODULES_CONNECTOR_HIVE -am -Phive-1.2.1" ;; (${STAGE_MISC}) # compile everything; using the -am switch does not work with negated module lists! @@ -221,7 +221,7 @@ function get_test_modules_for_stage() { echo "-pl $modules_tests" ;; (${STAGE_CONNECTOR_HIVE_1}) - echo "-pl $MODULES_CONNECTOR_HIVE -Phive-1.2.1" + echo "-pl $MODULES_CONNECTOR_HIVE -Phive-1.2.1 clean" ;; (${STAGE_MISC}) echo "-pl $modules_misc"