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 29cc87c + 5b2e63d commit 7c25ef3Copy full SHA for 7c25ef3
.circleci/deploy-docs.sh
@@ -4,7 +4,7 @@ set -e
4
5
if [ "$CIRCLE_PROJECT_USERNAME" != "matplotlib" ] || \
6
[ "$CIRCLE_BRANCH" != "master" ] || \
7
- [ "$CIRCLE_PULL_REQUEST" != "" ]; then
+ [[ "$CIRCLE_PULL_REQUEST" == https://github.com/matplotlib/matplotlib/pull/* ]]; then
8
echo "Not uploading docs for ${CIRCLE_SHA1}"\
9
"from non-master branch (${CIRCLE_BRANCH})"\
10
"or pull request (${CIRCLE_PULL_REQUEST})"\
0 commit comments