Thanks to visit codestin.com Credit goes to github.com
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 60f98e1 + a7141fd commit 10d305cCopy full SHA for 10d305c
1 file changed
.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