-
Notifications
You must be signed in to change notification settings - Fork 1
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
git safe directory issue with tf modules #133
Comments
I am now using the |
Would like to fix it for the plugin as well. Just hadnt time to look into it. |
@pat-s after looking into this, I'm a bit confused:
The clone plugin is executing
The same applies here.
Given the observations above, I don't know what you mean by that. You can either run |
Even when setting
git config --global --add safe.directory
explicitly in the step before, the error is thrown in the final tf call.Actually safe dir support is already included in the clone plugin. So I actually call it two times in the linked pipeline without practical effect on future steps.
The included git safe dir supports works for all other steps and plugins with the exception of this one. I don't know yet why this happens (maybe the
git config
is somehow getting reset during the start of this plugin step?).The text was updated successfully, but these errors were encountered: