Closed ruimashita closed 5 years ago
This is occurred by running tests on docker.
Not including .git
directory in docker image by dockerignore
, so the git command is failed.
git log
command is to get commit tag for creating tmp directory.
https://github.com/blue-oil/blueoil/blob/acb5a270f201f34fe5a5b27a4b395d9c3a838b27/dlk/tests/testcase_dlk_base.py#L74-L79
We can ignore these fatal messages. And we don't need to this part for test on docker.
But this commit tag is for user running test on local environment to store building results by each tests.
I think it is better to throw stderr of this git command away to /dev/null.
Fixed
dlk jinkins output
full text: http://jenkins.leapmind.local:8080/job/blueoil_dlk_test/107/consoleText