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 2019/08/28 11:16:58 UTC

[flink] 09/11: +fs

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

chesnay pushed a commit to branch java11_test
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 38a6abfde63412e85979d38c7499368b2cd17995
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Aug 28 10:28:34 2019 +0200

    +fs
---
 tools/travis/nightly.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/nightly.sh b/tools/travis/nightly.sh
index 44154f8..6fbeda7 100755
--- a/tools/travis/nightly.sh
+++ b/tools/travis/nightly.sh
@@ -30,7 +30,7 @@ SCRIPT=$1
 source ${HERE}/setup_docker.sh
 source ${HERE}/setup_kubernetes.sh
 
-git clone https://github.com/zentol/flink-shaded.git --branch master --single-branch
+git clone https://github.com/apache/flink-shaded.git --branch master --single-branch
 cd flink-shaded
 mvn clean install
 cd ..