This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch dev-1.13 in repository https://gitbox.apache.org/repos/asf/flink-docker.git
commit 1de3a788a3ab2c587edbe2da6113a9b003459f31 Author: Dawid Wysakowicz <[email protected]> AuthorDate: Mon Apr 19 20:34:01 2021 +0200 Fork dev-1.13 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 04f093c..c1565f4 100755 --- a/testing/run_travis_tests.sh +++ b/testing/run_travis_tests.sh @@ -13,10 +13,10 @@ BRANCH="$TRAVIS_BRANCH" test_docker_entrypoint -./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.11-SNAPSHOT-bin-hadoop2.tgz" -n test-java8 +./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.13-SNAPSHOT-bin-scala_2.11.tgz" -n test-java8 # test Flink with Java11 image as well -./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.11-SNAPSHOT-bin-hadoop2.tgz" -j 11 -n test-java11 +./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.13-SNAPSHOT-bin-scala_2.11.tgz" -j 11 -n test-java11 smoke_test_all_images smoke_test_one_image_non_root
