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

Commit 35e93bc

Browse files
authored
[ci] remove automatic publish of javadoc (#685)
1 parent 4cdcd86 commit 35e93bc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

circle.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,6 @@ jobs:
302302
echo "${MAPBOX_DEVELOPER_CONFIG_XML}" > MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml
303303
make android
304304
fi
305-
- run:
306-
name: Generate javadoc and create PR for review
307-
command: |
308-
if [[ $CIRCLE_TAG == android-v* ]]; then
309-
git config --global user.email [email protected] && git config --global user.name MapboxCI
310-
./scripts/update-android-docs.sh -s ${CIRCLE_TAG:9} -a $ANDROID_DOCS_REPO -r $ANDROID_DOCS_REVIEWERS
311-
fi
312305
- save-dependencies: { gradle: true }
313306
- login-google-cloud-platform
314307
- run:

0 commit comments

Comments
 (0)