Turn off docs upload temporarily (#44365) (#44413)

This commit is contained in:
Jenn Magder 2019-11-07 19:16:04 -08:00 committed by GitHub
parent 6a9b72c16b
commit 8f2ea9d0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,10 @@ fi
# Ensure google webmaster tools can verify our site.
cp "$FLUTTER_ROOT/dev/docs/google2ed1af765c529f57.html" "$FLUTTER_ROOT/dev/docs/doc"
# TEMPORARILY EXIT WITHOUT UPLOADING
# TODO(gspencergoog): Renable once Firebase outage is resolved.
exit 0
# Upload new API docs when running on Cirrus
if [[ -n "$CIRRUS_CI" && -z "$CIRRUS_PR" ]]; then
echo "This is not a pull request; considering whether to upload docs... (branch=$CIRRUS_BRANCH)"