Unverified Commit 5c0a852a authored by godofredoc's avatar godofredoc Committed by GitHub

Revert "Disable docs in cirrus to unblock the autoroller." (#111277)

parent 3eb39a5f
...@@ -135,14 +135,13 @@ task: ...@@ -135,14 +135,13 @@ task:
- (cd dev/bots; dart __deprecated_pub get) - (cd dev/bots; dart __deprecated_pub get)
- dart --enable-asserts ./dev/bots/test.dart - dart --enable-asserts ./dev/bots/test.dart
# TODO(godofredoc): reenable after https://github.com/flutter/flutter/issues/111193 is fixed. - name: docs-linux # linux-only
#- name: docs-linux # linux-only environment:
# environment: CPU: 4
# CPU: 4 MEMORY: 12G
# MEMORY: 12G only_if: "$CIRRUS_PR != ''"
# only_if: "$CIRRUS_PR != ''" script:
# script: - ./dev/bots/docs.sh
# - ./dev/bots/docs.sh
- name: customer_testing-linux - name: customer_testing-linux
only_if: "$CIRRUS_PR != ''" only_if: "$CIRRUS_PR != ''"
......
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