[CHORE] Add hold step on CircleCI before TestFlight (#572)

This commit is contained in:
Diego Mello 2018-12-18 11:03:36 -02:00 committed by GitHub
parent ad37586065
commit 73feb4f067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 10 deletions

View File

@ -275,18 +275,13 @@ workflows:
- ios-build:
requires:
- lint-testunit
- ios-testflight:
- ios-hold-testflight:
type: approval
requires:
- ios-build
filters:
branches:
only:
- beta
- develop
- master
# - ios-testflight:
# requires:
# - ios-hold-testflight
- ios-testflight:
requires:
- ios-hold-testflight
- android-build:
requires: