We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6775a52 commit 61340d5Copy full SHA for 61340d5
.circleci/config.yml
@@ -24,7 +24,7 @@ jobs:
24
echo ${CI_PULL_REQUEST//*pull\//} | tee merge.txt
25
if [[ $(cat merge.txt) != "" ]]; then
26
echo "Merging $(cat merge.txt)";
27
- git remote add upstream git://github.com/PythonOT/POT.git;
+ git remote add upstream https://github.com/PythonOT/POT.git;
28
git pull --ff-only upstream "refs/pull/$(cat merge.txt)/merge";
29
git fetch upstream master;
30
fi
0 commit comments