Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eas-cli] pass server env when resolving fingerprint runtime version (#…
…2867) # Why receiving an issue for a customer who uses eas environment and continuous-deploy-fingerprint github action. they have build variants setup in their app.config.ts. the app id, scheme and some other properties are determined by their `APP_VARIANT` variable. the `APP_VARIANT` is from eas server environment. when continuous-deploy-fingerprint first calculates fingerprint, it uses `eas env:exec` for the `npx expo-updates fingerprint:generate` call. the `APP_VARIANT` is correctly passed. then for `eas update` call, it doesn't pass the `APP_VARIANT` env and generates an inconsistent fingerprint. # How pass server env to the `getRuntimeVersionInfoObjectsAsync()` (`npx expo-updates runtimeversion:resolve`)
- Loading branch information