Commit Graph
5 Commits
Author SHA1 Message Date
Pialat b7da02aab4 realistic fixture datas 2019-09-16 14:05:39 +02:00
Pialat f3e3a8fcbe unused in tests 2019-09-16 14:04:10 +02:00
gautier pialat ba23f58ff3 change the way to clone git rep for Window with docker 2019-02-20 18:09:26 +01:00
gautier pialat dffb27326e prevent convert LF->CRLF line ending on window
During docker built on windows if in  global git config  core.autocrlf = true then when have this message :

Step 6/12 : RUN cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib*
 ---> Running in c0a626821132
/tmp/install_ta-lib.sh: 4: /tmp/install_ta-lib.sh: Syntax error: "&&" unexpected

this behave is because file is in the wrong line ending format

Has script files run on linux they need to use LF lines ending so we need to ensure they are not converted to CRLF lines ending if global git config is at  core.autocrlf = true.
2019-02-18 17:16:27 +01:00
gautier pialat 399d2d89a3 Win rate formula was wrong (but not the definition) 2019-01-15 15:02:01 +01:00