Skip to content

Commit 6d24ebf

Browse files
authored
FIX use https in circleci config (#224)
1 parent 96ac6c8 commit 6d24ebf

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
@@ -22,7 +22,7 @@ jobs:
2222
echo ${CI_PULL_REQUEST//*pull\//} | tee merge.txt
2323
if [[ $(cat merge.txt) != "" ]]; then
2424
echo "Merging $(cat merge.txt)";
25-
git remote add upstream git://github.com/mathurinm/celer.git;
25+
git remote add upstream https://github.com/mathurinm/celer.git;
2626
git pull --ff-only upstream "refs/pull/$(cat merge.txt)/merge";
2727
git fetch upstream main;
2828
fi

0 commit comments

Comments
 (0)