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

Step fails on Ubuntu 22 stack #4

Closed
huszzsolt opened this issue Jun 19, 2024 · 7 comments
Closed

Step fails on Ubuntu 22 stack #4

huszzsolt opened this issue Jun 19, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@huszzsolt
Copy link

huszzsolt commented Jun 19, 2024

This step fails after upgrading the Bitrise stack from Ubuntu 20->22.

Apparently gmsaas executable was installed, but it can't be found?

Screenshot 2024-06-19 at 14 13 14 Screenshot 2024-06-19 at 14 25 07

I have just submitted a Bitrise support ticket on this too.

@thomascarpentier
Copy link
Collaborator

Hi @huszzsolt,

Thanks for reporting this issue.

We are working on a fix. I will inform you when the new version will be available.

Regards.

@thomascarpentier thomascarpentier added the bug Something isn't working label Jun 28, 2024
@huszzsolt
Copy link
Author

Hi @thomascarpentier,

I see you have a fix, but this is not published to Bitrise yet?

Screenshot 2024-07-08 at 16 56 35

Thanks,
Zsolt

@thomascarpentier
Copy link
Collaborator

Hi @huszzsolt ,

We have submitted a fix to Bitrise and we are waiting for the deployment.

If you want to use it before, you should modify your bitrise.yml in order to call the tag 0.0.3.

Regards.
Thomas

@huszzsolt
Copy link
Author

Thanks @thomascarpentier ,

Updated bitrise yml from:

    - genymotion-saas-install-gmsaas-cli@0:

to

    - genymotion-saas-install-gmsaas-cli@0.0.3:

But it errors with because 0.0.3. If this is not correct how should we update the yml file?
Thanks,
Zsolt

@thomascarpentier
Copy link
Collaborator

thomascarpentier commented Jul 9, 2024

Hi @huszzsolt ,

You should replace the line
- genymotion-saas-install-gmsaas-cli@0:
by :
- git::https://github.com/Genymobile/bitrise-step-genymotion-saas-install-gmsaas-cli.git@0.0.3:

@thomascarpentier
Copy link
Collaborator

Hi @huszzsolt ,

The step has been released on bitrise. You can use it now .

@huszzsolt
Copy link
Author

Thanks, we noticed the step is live now. It is not backwards compatible with Ubuntu 20, but when we upgraded 20->22 all worked fine. So if anyone still using Ubuntu 20, should set their version fixed at 0.0.1.
Thanks for the fix I'll close this down.

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