Build and upload Swagger Codegen CLI Docker image on release#4891
Build and upload Swagger Codegen CLI Docker image on release#4891arnested wants to merge 1 commit intoswagger-api:masterfrom arnested:feature/swagger-codegen-cli-docker-hub
Conversation
|
Seems like there are issues with job running for too long and got timed out: https://travis-ci.org/swagger-api/swagger-codegen/builds/206925853 |
|
Yes, I did the environment stuff in .travis.yml wrong (adding the two variables as two entries under A fix is pushed. This time the build hopefully should not timeout... |
|
Hmmm... The build aborts with The long log is from mvh downloading everything. I guess the initial faulty build has wiped some travis cache of the downloads for this pull request (since this doesn't appear to be a problem for other pull requests). I'll close this pull request anf create a new (#4912) to see if this will fix the problem. |
|
The new pull request wasn't enough to cut down on the logging output. But running mvn in betch mode was. So I changed that as well in the other pull request. |
|
Ok. One suggestion is to add a 1-liner comment explaining the new tests. |
|
I added some comments in the other pull request. |
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates)2.3.0branch for breaking (non-backward compatible) changes.Description of the PR
Follow-up on the improved Docker stuff in #2945 this pull request adds building and uploading a Swagger Codegen CLI Docker image to Docker Hub on releases.