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