Skip to content
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

Fix ENV for PRs #195

Open
H1ghBre4k3r opened this issue May 25, 2022 · 0 comments
Open

Fix ENV for PRs #195

H1ghBre4k3r opened this issue May 25, 2022 · 0 comments
Labels
bug Something isn't working ci-cd CI/CD-related
Milestone

Comments

@H1ghBre4k3r
Copy link
Member

Fix environment variables for CI to fix builds not working. Currently, fastlane tries to retrieve bundle identifier etc. from the environment variables. Due to that, detox tests fail, since the bundle identifier is empty in PRs.

We should probably set the bundle identifier directly in the CI step instead of trying to retrieve it.

@H1ghBre4k3r H1ghBre4k3r added bug Something isn't working ci-cd CI/CD-related labels May 25, 2022
@H1ghBre4k3r H1ghBre4k3r added this to the Version 0.3.0 milestone May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci-cd CI/CD-related
Projects
None yet
Development

No branches or pull requests

1 participant