re-enable codesign test (#60391)

This commit is contained in:
Christopher Fujino 2020-06-29 09:58:02 -07:00 committed by GitHub
parent 229e524435
commit c0902d60a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -657,7 +657,6 @@ task:
- ./dev/bots/deploy_gallery.sh
- name: verify_binaries_codesigned-macos # macos-only
skip: true # TODO(fujino): restore once https://github.com/flutter/flutter/issues/60296 resolved
# TODO(fujino): remove this `only_if` after https://github.com/flutter/flutter/issues/44372
# Only run pre/post submit for release branches
only_if: "$CIRRUS_BASE_BRANCH == 'dev' || $CIRRUS_BRANCH == 'dev' || $CIRRUS_BASE_BRANCH == 'beta' || $CIRRUS_BRANCH == 'beta' || $CIRRUS_BASE_BRANCH == 'stable' || $CIRRUS_BRANCH == 'stable'"