dawidwys commented on a change in pull request #83:
URL: https://github.com/apache/flink-docker/pull/83#discussion_r642261525



##########
File path: testing/run_travis_tests.sh
##########
@@ -11,12 +11,9 @@ fi
 
 BRANCH="$TRAVIS_BRANCH"
 
-test_docker_entrypoint
-
-./add-custom.sh -u 
"https://s3.amazonaws.com/flink-nightly/flink-1.13-SNAPSHOT-bin-scala_2.11.tgz"; 
-n test-java8
+./add-version.sh -r 1.13 -f 1.13.1
 
-# test Flink with Java11 image as well
-./add-custom.sh -u 
"https://s3.amazonaws.com/flink-nightly/flink-1.13-SNAPSHOT-bin-scala_2.11.tgz"; 
-j 11 -n test-java11
+test_docker_entrypoint

Review comment:
       Previously we run the tests against the snapshot version of Flink 
because 1.13.0 was not released yet. I forgot to update the file once 1.13.0 
was released.
   
   See the `dev-1.12` branch 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to