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.
2 parents 7ee2fc0 + 4187ebc commit a072d32Copy full SHA for a072d32
.circleci/config.yml
@@ -28,7 +28,7 @@ commands:
28
name: Merge with upstream
29
command: |
30
if ! git remote -v | grep upstream; then
31
- git remote add upstream git://github.com/matplotlib/matplotlib.git
+ git remote add upstream https://github.com/matplotlib/matplotlib.git
32
fi
33
git fetch upstream
34
if [[ "$CIRCLE_BRANCH" != "master" ]] && \
0 commit comments