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:58:16 UTC

[flink-docker] branch dev-1.9 updated: [hotfix] Remove diff generation

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

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


The following commit(s) were added to refs/heads/dev-1.9 by this push:
     new 4e21310  [hotfix] Remove diff generation
4e21310 is described below

commit 4e21310133e299274a161eab40ec3d292596abdf
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 324548e..f23143d 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-version.sh -r 1.9 -f 1.9.3
 
 if [ -z "$IS_PULL_REQUEST" ] && [ "$BRANCH" = "dev-1.9" ]; then