Unverified Commit b2b97c2a authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

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

parent 7b7bd11d
......@@ -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:
......
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