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

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

commit 55d9e5bc614a34b337b60f4456813a0ec1bb038a
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 7311ccf..c87772a 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"
 
 ./add-version.sh -r 1.14 -f 1.14.3
 

Reply via email to