Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No auth while waiting for build to finish
When waiting for a group build to finish in `PncBuilder`, get a new anonymous GroupBuildClient to know the state of the group build. If we use the regular groupBuildClient, its access token might have already expired and we'll get a 401 error eventually.
- Loading branch information