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 4ae1ab8 commit d87a744Copy full SHA for d87a744
1 file changed
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
25
echo ${CI_PULL_REQUEST//*pull\//} | tee merge.txt
26
if [[ $(cat merge.txt) != "" ]]; then
27
echo "Merging $(cat merge.txt)";
28
- git remote add upstream git://github.com/inria-mind/picard.git;
+ git remote add upstream git://github.com/mind-inria/picard.git;
29
git pull --ff-only upstream "refs/pull/$(cat merge.txt)/merge";
30
git fetch upstream master;
31
fi
0 commit comments