Open hauntingEcho opened 3 years ago
running the steps required as part of the PR template generates a bunch of junk on Windows, from / vs \ filepath differences
master branch
running the steps required as part of the PR template
git checkout master && git reset --hard && git clean -fdx
./mvnw clean package
./bin/utils/export_docs_generators.sh
git diff
Expected output: nothing in the diff Actual output: very long, containing a lot of spurious changes. See attached tmp.txt
Agreed there shouldn't be unwanted changes when running the script in windows.
Looks like ./bin/utils/export_docs_generators.sh needs to be updated to make it OS-independent.
Bug Report Checklist
Description
running the steps required as part of the PR template generates a bunch of junk on Windows, from / vs \ filepath differences
openapi-generator version
master branch
Generation Details
running the steps required as part of the PR template
Steps to reproduce
git checkout master && git reset --hard && git clean -fdx
to make sure you don't have any junk in your local repo./mvnw clean package
./bin/utils/export_docs_generators.sh
to generate the samplesgit diff
to see the unwanted changes.Expected output: nothing in the diff Actual output: very long, containing a lot of spurious changes. See attached tmp.txt