You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTW, the CONTRIBUTING.md command to run Docker is incorrect on Windows.
✅ What did you expect to see?
When generating the code using Docker on Windows, I expect it to work properly according to the documentation.
📦 Which tool/library version are you using?
Cucumber Messages master branch obtained on 03 March 2023. Docker image obtained on 04 March 2023.
🔬 How could we reproduce it?
Steps to reproduce the behavior:
Run the command to run Docker as written in CONTRIBUTING.md (BTW, the correct Powershell command is docker run --volume ${PWD}:/app --user 1000 -it cucumber/cucumber-build:latest bash
Run the make clean-all generate-all command as written in CONTRIBUTING.md
See error "cannot create directory 'src-generated/Attachment.php\r'"
The text was updated successfully, but these errors were encountered:
👓 What did you see?
When trying to generate the code with the
make clean-all generate-all
command using Docker on Windows, an error occurs.BTW, the
CONTRIBUTING.md
command to run Docker is incorrect on Windows.✅ What did you expect to see?
When generating the code using Docker on Windows, I expect it to work properly according to the documentation.
📦 Which tool/library version are you using?
Cucumber Messages master branch obtained on 03 March 2023. Docker image obtained on 04 March 2023.
🔬 How could we reproduce it?
Steps to reproduce the behavior:
CONTRIBUTING.md
(BTW, the correct Powershell command isdocker run --volume ${PWD}:/app --user 1000 -it cucumber/cucumber-build:latest bash
make clean-all generate-all
command as written inCONTRIBUTING.md
The text was updated successfully, but these errors were encountered: