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

Upload to Appetize is tried before any build #13

Open
amenk opened this issue Oct 8, 2022 · 1 comment
Open

Upload to Appetize is tried before any build #13

amenk opened this issue Oct 8, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@amenk
Copy link

amenk commented Oct 8, 2022

Bug description

The scripts try to upload to Appetize is before any build is existing and an error appears.

Steps to reproduce

  1. Start workspace https://gitpod.io/#https://github.com/gitpod-io/template-flutter
  2. Obtain and set token gp env APPETIZE_API_TOKEN=your_token
  3. Stop workspace
  4. Start again
  5. See Android Appetize info terminal

Error:

info[gitpod]: If you want to build apk/appbundle for Android then you might consider doing the below
info[gitpod]: Appetize can will help you debug your app inside the browser
curl: (26) Failed to open/read local data from file/application
variable must have a value; use -u to unset a variable

Expected behavior

The error should not appear, instead the script should wait until the app is built

Example repository

ttps://gitpod.io/#https://github.com/gitpod-io/template-flutter

Anything else?

Or is this task to be called manually? Then it should not run initially when there is not yet an APK.

If there is an APK, it would work

@amenk amenk added the bug Something isn't working label Oct 8, 2022
@amenk amenk changed the title Upload to Appetize is done before any build Upload to Appetize is tried before any build Oct 8, 2022
@BitGeek29
Copy link

Why don't you try exposing local wireless debugging over ngrok or cloudflare

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants