update
This commit is contained in:
parent
9bd79312a7
commit
3554763a30
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class BuildiOS extends Command {
|
|||
' && fastlane run latest_testflight_build_number app_identifier:$appID version:$version platform:ios api_key_path:"$apiKeyPath" team_id:"$teamID"');
|
||||
process = await ProcessExecutor.run(shell);
|
||||
arr = process.stdout.toString().split('\n');
|
||||
result = 'RESULT: ';
|
||||
result = 'Result: ';
|
||||
for (var item in arr) {
|
||||
if (item.contains(result)) {
|
||||
targetBuildNumber =
|
||||
|
|
|
|||
Loading…
Reference in a new issue