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

Failed to download step after recent 1.3.1 release #16

Closed
mrister opened this issue Jul 20, 2022 · 12 comments
Closed

Failed to download step after recent 1.3.1 release #16

mrister opened this issue Jul 20, 2022 · 12 comments

Comments

@mrister
Copy link

mrister commented Jul 20, 2022

Has the release been done fully ?
image

@adamivancza
Copy link

yeah I can see the same issue on our builds

@adamivancza
Copy link

As a workaround, you can manually downgrade your NVM step to 1.3.0 to get this working again.

@ZioCain
Copy link

ZioCain commented Jul 20, 2022

Same here.
Applied the workaround to manually set the version 1.3.0 (through bitrise.yml) and it worked.

On a side note, version 1.2.2 will also break

@Almouro
Copy link
Owner

Almouro commented Jul 20, 2022

Damn, seems like there are some issues on nvm nvm-sh/nvm#1985 about exiting with code 3

I couldn't reproduce quickly and find a fix so I'll revert so that the folks on auto update don't have their CI suddenly crashing for no reason

@Almouro
Copy link
Owner

Almouro commented Jul 20, 2022

Here's the PR on the Bitrise step lib bitrise-io/bitrise-steplib#3553

Sorry everyone, didn't imagine that a simple set -e would break this much.
If I do re-release the set -e, I'll make it a breaking change in the versioning to be safe

@mrister
Copy link
Author

mrister commented Jul 20, 2022

Thanks @Almouro

@jesse0824
Copy link

As a workaround, you can manually downgrade your NVM step to 1.3.0 to get this working again.

How would you manually downgrade NVM step to 1.3.0? I'm asking for a friend. :-)

@adamivancza
Copy link

As a workaround, you can manually downgrade your NVM step to 1.3.0 to get this working again.

How would you manually downgrade NVM step to 1.3.0? I'm asking for a friend. :-)

Just edit the bitrise.yml file and change the nvm step to be:
- [email protected]:

@ghost
Copy link

ghost commented Jul 20, 2022

version downgrade works for me

@jesse0824
Copy link

@adamivancza thanks for the info! That worked for me. My builds are working again.

@ronenempathy
Copy link

any update on this ?

@Almouro
Copy link
Owner

Almouro commented Oct 26, 2022

Hi @ronenempathy, version 1.3.2 of the nvm step should revert the breaking change and work
Let me know if it doesn't!

@Almouro Almouro closed this as completed Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants