Add .gitconfig to allow git usage in OpenShift
Versioneer was failing because git now checks for user ownership on a git folder and refuses to work if the ownership isn't correct. This file definitely shouldn't be in the source repo, but at this moment, we're not sure how to make it part of the deployment scripts (Frantisek promises to look at it really soon(tm)).
This commit is contained in:
parent
8dbb3fce4e
commit
b34af75fa4
1 changed files with 4 additions and 0 deletions
4
.gitconfig
Normal file
4
.gitconfig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Allow to use git in our OpenShift deployment so that versioneer works properly.
|
||||
# FIXME: This shouldn't be in the source repo, but in our deployment config.
|
||||
[safe]
|
||||
directory = /opt/app-root/src
|
||||
Loading…
Add table
Add a link
Reference in a new issue