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

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

commit 8c7e70e98cf9103a9594c727de440215050af746
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed May 4 15:36:32 2022 +0200

    [hotfix] Remove unused variables
---
 testing/run_travis_tests.sh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/testing/run_travis_tests.sh b/testing/run_travis_tests.sh
index 464c822..7ff7ce6 100755
--- a/testing/run_travis_tests.sh
+++ b/testing/run_travis_tests.sh
@@ -4,12 +4,6 @@ SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
 
 . "${SCRIPT_DIR}/testing_lib.sh"
 
-IS_PULL_REQUEST=
-if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
-  IS_PULL_REQUEST=1
-fi
-
-BRANCH="$TRAVIS_BRANCH"
 
 test_docker_entrypoint
 

Reply via email to