Skip to content

Commit 61340d5

Browse files
authored
change repo url (#299)
1 parent 6775a52 commit 61340d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo ${CI_PULL_REQUEST//*pull\//} | tee merge.txt
2525
if [[ $(cat merge.txt) != "" ]]; then
2626
echo "Merging $(cat merge.txt)";
27-
git remote add upstream git://github.com/PythonOT/POT.git;
27+
git remote add upstream https://github.com/PythonOT/POT.git;
2828
git pull --ff-only upstream "refs/pull/$(cat merge.txt)/merge";
2929
git fetch upstream master;
3030
fi

0 commit comments

Comments
 (0)