Remove hold step to deploy to testflight
This commit is contained in:
parent
9e1b37be11
commit
4700266176
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue