Remove hold step to deploy to testflight

This commit is contained in:
Rodrigo Nascimento 2018-02-16 19:35:16 -02:00
parent 9e1b37be11
commit 4700266176
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
1 changed files with 1 additions and 6 deletions

View File

@ -214,8 +214,7 @@ workflows:
- ios-build:
requires:
- lint-testunit
- ios-hold-testflight:
type: approval
- ios-testflight:
requires:
- ios-build
filters:
@ -223,10 +222,6 @@ workflows:
only:
- develop
- master
- ios-testflight:
requires:
- ios-hold-testflight
- android-build:
requires:
- lint-testunit