Closed dobs closed 4 years ago
I'd have to dig into it, but my hunch is that the CI failure is due to the issue that this is attempting to resolve, not this revert itself.
I'd have to dig into it, but my hunch is that the CI failure is due to the issue that this is attempting to resolve, not this revert itself.
If that is the case there must be something wrong with our build.
From what I can tell, part of the test chain is to use the current version of the plugin. Since the current version install is broken (master) then the success of this branch can never be reached.
You are right. I need to fix that as soon as possible.
Thanks for the PR!
FYI @tverlaan, your changes had to be reverted.
Thanks, sorry for the trouble and I'll look into it myself as well.
Reverts asdf-vm/asdf-elixir#89
For context: https://github.com/asdf-vm/asdf-elixir/issues/90
This revert doesn't attempt to fix the functionality introduced in asdf-vm/asdf-elixir#89, just roll it back to fix
asdf install
functionality until a proper fix is in place.