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

Adds git version param to pyenv and pyenv-virtualenv installation #54

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

BielStela
Copy link
Contributor

Hello!

Since the git command checkouts the repository from the HEAD, it can be useful to define a git ref to use in the version parameter. This way one can decide to install a tagged version of pyenv and not include untagged master commits. I've set an if/else to only use the git ref if it is specified or install normally as before if git ref is not defined.

@avanov
Copy link
Owner

avanov commented May 23, 2021

@BielStela could you rebase your changes on the current master branch to see if it fixes the CI?

diraol added a commit to diraol/ansible-galaxy-pyenv that referenced this pull request Mar 16, 2022
This PR is an updated version of avanov#54.

credits to @BielStela

Closes avanov#54
diraol added a commit to diraol/ansible-galaxy-pyenv that referenced this pull request Mar 16, 2022
This PR is an updated version of avanov#54.

credits to @BielStela

Closes avanov#54
diraol added a commit to diraol/ansible-galaxy-pyenv that referenced this pull request Mar 16, 2022
This PR is an updated version of avanov#54.

credits to @BielStela

Closes avanov#54
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

Successfully merging this pull request may close these issues.

2 participants