Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(asset-staging): call os.userInfo() only when not bundling locally
The user is only needed when bundling via Docker so there is no need to always call os.userInfo() as a default fallback even when bundling locally. Additionally, calling os.userInfo() can easily fail when already running inside a Docker container with non-existent uid and gid (e.g. when using the Jenkins Docker plugin).
- Loading branch information