Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
[ci] remove automatic publish of javadoc (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun authored Jul 7, 2021
1 parent 4cdcd86 commit 35e93bc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,6 @@ jobs:
echo "${MAPBOX_DEVELOPER_CONFIG_XML}" > MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml
make android
fi
- run:
name: Generate javadoc and create PR for review
command: |
if [[ $CIRCLE_TAG == android-v* ]]; then
git config --global user.email [email protected] && git config --global user.name MapboxCI
./scripts/update-android-docs.sh -s ${CIRCLE_TAG:9} -a $ANDROID_DOCS_REPO -r $ANDROID_DOCS_REVIEWERS
fi
- save-dependencies: { gradle: true }
- login-google-cloud-platform
- run:
Expand Down

0 comments on commit 35e93bc

Please sign in to comment.