Skip to content

Commit 6216247

Browse files
authored
Merge pull request #8643 from swagger-api/ci-master
adapt for jenkins CI
2 parents c25b1bc + 8cf4ae9 commit 6216247

File tree

4 files changed

+1976
-4
lines changed

4 files changed

+1976
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ script:
8888

8989
after_success:
9090
# push a snapshot version to maven repo
91-
- if [ $SONATYPE_USERNAME ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_BRANCH" = "master" ]; then
92-
mvn clean deploy --settings .travis/settings.xml;
93-
echo "Finished mvn clean deploy for $TRAVIS_BRANCH";
94-
fi;
91+
#- if [ $SONATYPE_USERNAME ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_BRANCH" = "master" ]; then
92+
# mvn clean deploy --settings .travis/settings.xml;
93+
# echo "Finished mvn clean deploy for $TRAVIS_BRANCH";
94+
# fi;
9595

9696
env:
9797
- DOCKER_GENERATOR_IMAGE_NAME=swaggerapi/swagger-generator DOCKER_CODEGEN_CLI_IMAGE_NAME=swaggerapi/swagger-codegen-cli
File renamed without changes.

0 commit comments

Comments
 (0)