We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sync
The nodenv_user resource can fail when the node-build github repo updates a tag:
nodenv_user
node-build
---- Begin output of git fetch origin --tags ---- STDOUT: STDERR: From https://github.com/nodenv/node-build ! [rejected] v5 -> v5 (would clobber existing tag) ---- End output of git fetch origin --tags ---- Ran git fetch origin --tags returned 1
This seems related to #20 and seems to imply that we need a force flag on the git resource in the node-build cookbook 🤔
force
git
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
nodenv_user
resource can fail when thenode-build
github repo updates a tag:This seems related to #20 and seems to imply that we need a
force
flag on thegit
resource in thenode-build
cookbook 🤔The text was updated successfully, but these errors were encountered: