-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android frontend should only get frontend + common configs #1118
Comments
Wasn't able to reproduce this with Lines 299 to 308 in 135bfd7
However, when this util is called by ob deploy test android obelisk/lib/command/src/Obelisk/Command/Deploy.hs Lines 338 to 339 in 135bfd7
where root is the deploy directory while self.base is the directory specified in default.nix of the source directory (typically ./. )
So I think that causes the prefix check to fail and I'm not sure why |
While inspecting the outputs from
ob deploy test android
I noticed that my backend configs were copied indeployMobile seems to just grab all configs including backend.
unless I'm mistaken and there is some reason that these configs are needed
The text was updated successfully, but these errors were encountered: