Disable docs generation. (#24354)
Landing on red in order to fix the build.
This commit is contained in:
parent
3b7942c444
commit
d44aa57c12
@ -75,6 +75,9 @@ 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"
|
||||||
|
|
||||||
|
# TODO(gspencer): Re-enable this when Firebase hosting is fixed.
|
||||||
|
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)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user