mirror of
https://github.com/status-im/status-react.git
synced 2025-02-19 22:28:40 +00:00
Always upload iOS release jobs to TestFlight
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
parent
c8e5fd6a9c
commit
5ff90c3b14
@ -7,10 +7,10 @@ def plutil(name, value) {
|
|||||||
def compile(type = 'nightly') {
|
def compile(type = 'nightly') {
|
||||||
def target
|
def target
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case 'release': target = 'adhoc'; break;
|
case 'release': target = 'release'; break;
|
||||||
case 'testflight': target = 'release'; break;
|
case 'testflight': target = 'release'; break;
|
||||||
case 'e2e': target = 'e2e'; break;
|
case 'e2e': target = 'e2e'; break;
|
||||||
default: target = 'nightly';
|
default: target = 'nightly';
|
||||||
}
|
}
|
||||||
/* configure build metadata */
|
/* configure build metadata */
|
||||||
plutil('CFBundleShortVersionString', common.version())
|
plutil('CFBundleShortVersionString', common.version())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user