Revert "catch release builds pre-submit (#50515)" (#50683)

This commit is contained in:
Christopher Fujino 2020-02-12 17:18:09 -08:00 committed by GitHub
parent 7b7bd11d11
commit b2b97c2a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -569,12 +569,11 @@ task:
- name: verify_binaries_codesigned-macos # macos-only
# TODO(fujino): remove this `only_if` after https://github.com/flutter/flutter/issues/44372
only_if: "$CIRRUS_BASE_BRANCH != 'master'"
only_if: "$CIRRUS_BRANCH == 'dev' || $CIRRUS_BRANCH == 'beta' || $CIRRUS_BRANCH == 'stable' || $CIRRUS_BRANCH =~ '.*hotfix.*'"
depends_on:
- analyze-linux
script:
- ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
- ./bin/flutter precache # ensure cached binaries are present
- dart --enable-asserts ./dev/bots/codesign.dart
docker_builder: