You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
continuous-deploy-fingerprint sometimes call eas update if fingerprint matches and eas build if it doesn't.
eas update picks environment variable form env: set in GitHub actions. docs
eas build picks environment variables from eas.jsondocs
This can cause continuous-deploy-fingerprint actions to produce different jsbundle for update vs build.
Motivation
Building different .jsbundle for update vs build can be problematic. And while the expo docs mentions this for EAS Build and EAS Update this can be suprising for continuous-deploy-fingerprint consumers.
Topic and scope of discussion
continuous-deploy-fingerprint
sometimes calleas update
if fingerprint matches andeas build
if it doesn't.eas update
picks environment variable formenv:
set in GitHub actions. docseas build
picks environment variables fromeas.json
docsThis can cause
continuous-deploy-fingerprint
actions to produce different jsbundle for update vs build.Motivation
Building different .jsbundle for update vs build can be problematic. And while the expo docs mentions this for
EAS Build
andEAS Update
this can be suprising forcontinuous-deploy-fingerprint
consumers.Additional context
https://github.com/mfazekas/env-sample demonstrates the issue
Not sure if this can/should be fixed/warned/documented.
The text was updated successfully, but these errors were encountered: