You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/07/15 10:22:16 UTC

[flink] 02/06: don't need a separate stage

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 7f6695c85e16369ea912270e0020019e67d27b5f
Author: Rui Li <li...@apache.org>
AuthorDate: Thu Jun 27 19:04:52 2019 +0800

    don't need a separate stage
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 78392ae..0b33ff2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,7 +65,6 @@ notifications:
 stages:
   - name: compile
   - name: test
-  - name: connector_hive_1
   - name: E2E
     if: type = cron
   - name: cleanup
@@ -113,7 +112,6 @@ jobs:
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
       name: misc
     - if: type in (pull_request, push)
-      stage: connector_hive_1
       script: ./tools/travis_controller.sh connector_hive_1
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
       name: connector_hive_1