Genymobile / bitrise-step-genymotion-saas-install-gmsaas-cli

MIT License
0 stars 2 forks source link

Step fails on Ubuntu 22 stack #4

Closed huszzsolt closed 2 months ago

huszzsolt commented 3 months ago

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 commented 3 months ago

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.

huszzsolt commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

Hi @huszzsolt ,

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

huszzsolt commented 2 months ago

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.