Build fails silently from CI in non-interactive mode
See original GitHub issueRunning eas (0.14.0) build as part of my Gitlab CI pipeline and this is as far as it gets before failing silently:
$ eas build --platform all --non-interactive --profile dev
- Linking to project @org/project
✔ Linked to project @org/project
✔ Using remote Android credentials (Expo server)
- Uploading to EAS Build (0 / 1.7 MB)
✔ Uploaded to EAS
✔ Using remote iOS credentials (Expo server)
It was working on 5/7, so I tried downgrading back to 0.13.0, but no dice. To make matters more confusing, the same code runs perfectly locally. Have tried completely nuking my credentials and access tokens and recreating them, but that doesn’t seem to the the issue either.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Powershell in NonInteractive mode
Run with -Force : Stop-Process -InputObject $prc -ErrorAction SilentlyContinue -Force. As C.B. suggested in the comment: -confirm:$false should also work.
Read more >Register-PSRepository in non-interactive mode? · Issue #101
I'm using Register-PSRepository for automation on internal build system. On PS 5.1. the cmdlet prompts and I get the following message(from the build...
Read more >Common Build Problems
If your build is failing due to unexpected segmentation faults in the language interpreter, this may be caused by corrupt or invalid caches...
Read more >How to install tzdata on a ubuntu docker image?
One line only: RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata.
Read more >TestComplete Command Line
If this argument is specified, TestComplete works in Silent mode, that is, it neither displays dialogs, nor informs you about errors or warnings....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi! Could you please install the latest version - 0.14.1 - and let me know whether the issue goes away?
It works, thanks!