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 c2d9c90 + 3426d25 commit 8d7a2b9Copy full SHA for 8d7a2b9
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" != "main" ]] && \
0 commit comments