mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
added sonatype push
This commit is contained in:
parent
62c0f17f98
commit
eabc13e468
@ -99,3 +99,8 @@ script:
|
||||
|
||||
env:
|
||||
- DOCKER_GENERATOR_IMAGE_NAME=swaggerapi/swagger-generator DOCKER_CODEGEN_CLI_IMAGE_NAME=swaggerapi/swagger-codegen-cli
|
||||
|
||||
after_success:
|
||||
- if [ $SONATYPE_USERNAME ] && [ -z "$TRAVIS_TAG" ] && [ ! "$TRAVIS_PULL_REQUEST" ]; then
|
||||
mvn clean deploy --settings .travis/settings.xml;
|
||||
fi;
|
||||
|
Loading…
Reference in New Issue
Block a user