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 2020/05/12 13:54:11 UTC

[flink-docker] 01/02: [hotfix] Remove diff generation

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch dev-master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git

commit 14209e2241252d901e4d1a88ec3e8f0301967674
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Apr 30 12:05:01 2020 +0200

    [hotfix] Remove diff generation
---
 testing/run_travis_tests.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/testing/run_travis_tests.sh b/testing/run_travis_tests.sh
index c790a63..a1ae8e4 100755
--- a/testing/run_travis_tests.sh
+++ b/testing/run_travis_tests.sh
@@ -11,14 +11,6 @@ fi
 
 BRANCH="$TRAVIS_BRANCH"
 
-if [ -n "$IS_PULL_REQUEST" ]; then
-  changed_files="$(git diff --name-only $BRANCH...HEAD)"
-
-  echo "Changed files in this pull request:"
-  echo "${changed_files}"
-  echo
-fi
-
 ./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.11-SNAPSHOT-bin-hadoop2.tgz"
 
 if [ -z "$IS_PULL_REQUEST" ] && [ "$BRANCH" = "dev-master" ]; then