Skip to content

Commit

Permalink
[hotfix][build] Use HTTPS URL in qa-check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jul 26, 2019
1 parent 6bd3a17 commit dc235b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/qa-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc235b7

Please sign in to comment.