-
-
Notifications
You must be signed in to change notification settings - Fork 291
git_config settings doesn't applied #369
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
Comments
+1 We are experiencing this exact issue as well. |
any solution for this? |
I am facing the same issue described here. I Have this resource:
and in my task I have these commands:
The output indicates that there is no global configuration - only the local :
Has anyone solved this issue somehow? |
It looks like |
I have
git_config
option in git resource. And no one option seems to be applied.How to reproduce
Assume the following pipeline config saved to
git-config.yml
:Set this pipeline:
fly -t tutorial set-pipeline -p git_config -c git-config.yml
.Then trigger
fly -t tutorial trigger-job -j git_config/git_config_job --watch
.Actual result
What we see in output:
The most important part is
/root/.gitconfig: No such file or directory
.Expected result
/root/.gitconfig
file exists. I expect that because all global git settings stores in this file. My use case shows that this file doesn't exists. And as a result git hasn't any global settings.The text was updated successfully, but these errors were encountered: