[CHORE] Add hold step on CircleCI before TestFlight (#572)
This commit is contained in:
parent
ad37586065
commit
73feb4f067
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue