Unverified Commit 407ce137 authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Temporarily disabling Docs deployment again. (#22705)

This reverts commit fef759f4, because apparently
the service is still "unavailable".
parent 5ae23849
...@@ -75,6 +75,10 @@ fi ...@@ -75,6 +75,10 @@ fi
# Ensure google webmaster tools can verify our site. # Ensure google webmaster tools can verify our site.
cp "$FLUTTER_ROOT/dev/docs/google2ed1af765c529f57.html" "$FLUTTER_ROOT/dev/docs/doc" cp "$FLUTTER_ROOT/dev/docs/google2ed1af765c529f57.html" "$FLUTTER_ROOT/dev/docs/doc"
# Temporarily stopping docs deployment because the Firebase server is over-budget.
# TODO(gspencer): remove the next line once Firebase account is working again.
exit 0
# Upload new API docs when running on Cirrus # Upload new API docs when running on Cirrus
if [[ -n "$CIRRUS_CI" && -z "$CIRRUS_PR" ]]; then if [[ -n "$CIRRUS_CI" && -z "$CIRRUS_PR" ]]; then
echo "This is not a pull request; considering whether to upload docs... (branch=$CIRRUS_BRANCH)" echo "This is not a pull request; considering whether to upload docs... (branch=$CIRRUS_BRANCH)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment