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/13 13:31:22 UTC

[flink-docker] 02/02: Update the test script to test against 1.10.1

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

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

commit 0e2771c0c1ee68e8e5674c41d86b8aff3f3d9231
Author: Yu Li <li...@apache.org>
AuthorDate: Wed May 13 21:18:44 2020 +0800

    Update the test script to test against 1.10.1
---
 testing/run_travis_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/run_travis_tests.sh b/testing/run_travis_tests.sh
index 508bc62..44e2c63 100755
--- a/testing/run_travis_tests.sh
+++ b/testing/run_travis_tests.sh
@@ -11,7 +11,7 @@ fi
 
 BRANCH="$TRAVIS_BRANCH"
 
-./add-version.sh -r 1.10 -f 1.10.0
+./add-version.sh -r 1.10 -f 1.10.1
 
 if [ -z "$IS_PULL_REQUEST" ] && [ "$BRANCH" = "dev-1.10" ]; then
   smoke_test_all_images