question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build fails silently from CI in non-interactive mode

See original GitHub issue

Running 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:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
dsokalcommented, May 11, 2021

Hi! Could you please install the latest version - 0.14.1 - and let me know whether the issue goes away?

0reactions
schematiscommented, May 11, 2021

It works, thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found