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.
1 parent c2d9c90 commit 3426d25Copy full SHA for 3426d25
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