Skip to content

Commit

Permalink
Add refresh local after sync completed feature
Browse files Browse the repository at this point in the history
  • Loading branch information
DechengMa committed Jul 21, 2020
1 parent bec00a4 commit a4388f4
Showing 1 changed file with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,24 @@ struct TestFlightPushCommand: CommonParsableCommand {
service: service
)

try processTestersInGroups(localGroups: localBetagroups, serverGroups: serverBetagroups, sharedTesters: localConfig.testers, service: service)
try processTestersInGroups(
localGroups: localBetagroups,
serverGroups: serverBetagroups,
sharedTesters: localConfig.testers,
service: service
)

print("Syncing Completed. \n")
print("Syncing completed. \n")
}

print("Refreshing local configurations...")

try TestFlightConfigLoader().save(
try service.pullTestFlightConfigs(),
in: inputPath
)

print("Refreshing completed.")
}

private func processAppSharedTesters(
Expand Down

0 comments on commit a4388f4

Please sign in to comment.