We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The run-in-docker.sh script fails with a docker syntax error.
run-in-docker.sh
Latest master branch (at f9ae84d)
On latest master branch:
$ sudo ./run-in-docker.sh mvn package ++ dirname ./run-in-docker.sh + cd . + maven_cache_repo=/root/.m2/repository + mkdir -p /root/.m2/repository ++ id -u ++ id -g + docker run --rm -it -w /gen -e GEN_DIR=/gen -e MAVEN_CONFIG=/var/maven/.m2 -u 0:0 ' ' docker: invalid reference format. See 'docker run --help'.
Regression caused by e2c58fa - see here
Remove the extra whitespace in the script.
The text was updated successfully, but these errors were encountered:
Should this be closed then? #8070
Sorry, something went wrong.
Yes, sorry!
No branches or pull requests
Description
The
run-in-docker.sh
script fails with a docker syntax error.Swagger-codegen version
Latest master branch (at f9ae84d)
Steps to reproduce
On latest master branch:
Related issues/PRs
Regression caused by e2c58fa - see here
Suggest a fix/enhancement
Remove the extra whitespace in the script.
The text was updated successfully, but these errors were encountered: