From dc235b7a61c0a1dcabaa0e11771e1f1e39677394 Mon Sep 17 00:00:00 2001 From: Chesnay Schepler Date: Wed, 22 May 2019 12:04:45 +0200 Subject: [PATCH] [hotfix][build] Use HTTPS URL in qa-check.sh --- tools/qa-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qa-check.sh b/tools/qa-check.sh index ea8f9f605147f..cf3c96398e262 100755 --- a/tools/qa-check.sh +++ b/tools/qa-check.sh @@ -52,7 +52,7 @@ cd _qa_workdir if [ ! -d "flink" ] ; then echo "There is no flink copy in the workdir. Cloning flink" - git clone http://git-wip-us.apache.org/repos/asf/flink.git flink + git clone https://git-wip-us.apache.org/repos/asf/flink.git flink fi cd flink