[go: nahoru, domu]

Skip to content

Commit

Permalink
Disable docs in cirrus to unblock the autoroller. (flutter#111239)
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoc committed Sep 9, 2022
1 parent 9bd751f commit 4cc1c32
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,14 @@ task:
- (cd dev/bots; dart __deprecated_pub get)
- dart --enable-asserts ./dev/bots/test.dart

- name: docs-linux # linux-only
environment:
CPU: 4
MEMORY: 12G
only_if: "$CIRRUS_PR != ''"
script:
- ./dev/bots/docs.sh
# TODO(godofredoc): reenable after https://github.com/flutter/flutter/issues/111193 is fixed.
#- name: docs-linux # linux-only
# environment:
# CPU: 4
# MEMORY: 12G
# only_if: "$CIRRUS_PR != ''"
# script:
# - ./dev/bots/docs.sh

- name: customer_testing-linux
only_if: "$CIRRUS_PR != ''"
Expand Down

0 comments on commit 4cc1c32

Please sign in to comment.