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 96ac6c8 commit 6d24ebfCopy full SHA for 6d24ebf
.circleci/config.yml
@@ -22,7 +22,7 @@ jobs:
22
echo ${CI_PULL_REQUEST//*pull\//} | tee merge.txt
23
if [[ $(cat merge.txt) != "" ]]; then
24
echo "Merging $(cat merge.txt)";
25
- git remote add upstream git://github.com/mathurinm/celer.git;
+ git remote add upstream https://github.com/mathurinm/celer.git;
26
git pull --ff-only upstream "refs/pull/$(cat merge.txt)/merge";
27
git fetch upstream main;
28
fi
0 commit comments