[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:
|
- ios-build:
|
||||||
requires:
|
requires:
|
||||||
- lint-testunit
|
- lint-testunit
|
||||||
- ios-testflight:
|
- ios-hold-testflight:
|
||||||
|
type: approval
|
||||||
requires:
|
requires:
|
||||||
- ios-build
|
- ios-build
|
||||||
filters:
|
- ios-testflight:
|
||||||
branches:
|
requires:
|
||||||
only:
|
- ios-hold-testflight
|
||||||
- beta
|
|
||||||
- develop
|
|
||||||
- master
|
|
||||||
# - ios-testflight:
|
|
||||||
# requires:
|
|
||||||
# - ios-hold-testflight
|
|
||||||
|
|
||||||
- android-build:
|
- android-build:
|
||||||
requires:
|
requires:
|
||||||
|
|
Loading…
Reference in New Issue