-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
write-git-creds doesnt appear to work as indicated #873
Comments
@ImperialXT should that work? |
I’ll have a look. But I think so...
…On Thu, 12 Dec 2019 at 10:41 am, Luke Kysow ***@***.***> wrote:
@ImperialXT <https://github.com/ImperialXT> should that work?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#873?email_source=notifications&email_token=AAOARNPVTW3GBTKTO6JW4FTQYF3DHA5CNFSM4JVNLNQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGU6N6Q#issuecomment-564782842>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOARNKQQPVYS737R65X363QYF3DHANCNFSM4JVNLNQA>
.
|
Right so yes this is a bug. I don't use bitbucket so I didn't look very closely at it when I wrote the initial code. I'm actually surprised that "git::https://bitbucket.org/repo/tf_modules.git//module_name" works as I can't even get that to work with my testing. The issue appears to be that when calling @lkysow I'd appreciate your feedback on how best to fix this. I could just have an extra conditional when I'm calling An alternative would be to potentially look at changing |
I think put the conditional inside |
Version 10.2, and I have set write-git-creds to true.
What does work
"git::https://bitbucket.org/repo/tf_modules.git//module_name"
What Does not work
"git::ssh://git@bitbucket.org/repo/tf_modules.git//module_name"
This reads to me like it should work, #799
Im using SSH, and it will do some replacments to use the git-creds it wrote to file.
If im mistaken, please let me know. Thanks.
The text was updated successfully, but these errors were encountered: