You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2020/07/21 13:11:17 UTC

[flink-docker] 01/01: Fork dev-1.11 branch

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

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

commit 8e35061060523f0e4c3806dc62a60e0c9f106727
Author: Dian Fu <di...@apache.org>
AuthorDate: Tue Jul 21 20:08:56 2020 +0800

    Fork dev-1.11 branch
---
 testing/run_travis_tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/run_travis_tests.sh b/testing/run_travis_tests.sh
index a1ae8e4..7c414e7 100755
--- a/testing/run_travis_tests.sh
+++ b/testing/run_travis_tests.sh
@@ -11,9 +11,9 @@ fi
 
 BRANCH="$TRAVIS_BRANCH"
 
-./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.11-SNAPSHOT-bin-hadoop2.tgz"
+./add-version.sh -r 1.11 -f 1.11.0
 
-if [ -z "$IS_PULL_REQUEST" ] && [ "$BRANCH" = "dev-master" ]; then
+if [ -z "$IS_PULL_REQUEST" ] && [ "$BRANCH" = "dev-1.11" ]; then
   smoke_test_all_images
   smoke_test_one_image_non_root
 else