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

Force fetch nodenv plugins #984

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

dacook
Copy link
Member

@dacook dacook commented Jan 10, 2025

because node-build keeps updating a tag ref, causing error:

Failed to download remote objects and refs:  From https://github.com/nodenv/node-build
   43a77880..41c93786  main       -> origin/main
   43a77880..41c93786  master     -> origin/master
 ! [rejected]          v5         -> v5  (would clobber existing tag)
 * [new tag]           v5.3.23    -> v5.3.23

Now, it should just work when provisioning next.

because node-build keeps updating a tag ref, causing error:

Failed to download remote objects and refs:  From https://github.com/nodenv/node-build
   43a77880..41c93786  main       -> origin/main
   43a77880..41c93786  master     -> origin/master
 ! [rejected]          v5         -> v5  (would clobber existing tag)
 * [new tag]           v5.3.23    -> v5.3.23
@dacook dacook self-assigned this Jan 10, 2025
Copy link
Member

@mkllnk mkllnk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice solution!

@mkllnk mkllnk merged commit 753cae1 into openfoodfoundation:master Jan 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Error when updating nodenv
2 participants