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: - ios-build:
requires: requires:
- lint-testunit - lint-testunit
- ios-hold-testflight: - ios-testflight:
type: approval
requires: requires:
- ios-build - ios-build
filters: filters:
@ -223,10 +222,6 @@ workflows:
only: only:
- develop - develop
- master - master
- ios-testflight:
requires:
- ios-hold-testflight
- android-build: - android-build:
requires: requires:
- lint-testunit - lint-testunit