Closed keithc-ca closed 3 years ago
Yes, I noticed that. I'm trying to figure out why pull requests for this repo work differently as compared to, say, openj9.
I expect the problem is this line in .gitattributes
:
* text eol=lf
I updated that file as well, but as yet it doesn't seem to be helping.
Jenkins line endings check
@AdamBrousseau Any theories why the line-end check is failing even after removing the 'eol' specification from .gitattributes
(like openj9)?
Does the check require a good version of .gitattributes
on the default branch?
Looks like it's complaining about the bat file.
ERROR - should have CRLF line terminators: 'openj9.build/scripts/openj9-systemtest-clone-make.bat' type: 'ASCII text'
Ok, I needed to commit the change locally to .gitattributes
before committing the change to the *.bat
file: the check has now passed.
This PR also seems to fail in the Line Endings Check : https://ci.eclipse.org/openj9/job/PullRequest-LineEndingsCheck-Systemtest/175/console