File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ script:
78
78
- /bin/bash ./bin/utils/detect_tab_in_java_class.sh
79
79
# run integration tests defined in maven pom.xml
80
80
- mvn clean install
81
- - mvn -q --batch-mode verify -Psamples
81
+ # - mvn -q --batch-mode verify -Psamples
82
82
# Below has been moved to CircleCI
83
83
# docker: build generator image and push to Docker Hub
84
84
# - if [ $DOCKER_HUB_USERNAME ]; then docker login --email=$DOCKER_HUB_EMAIL --username=$DOCKER_HUB_USERNAME --password=$DOCKER_HUB_PASSWORD && docker build -t $DOCKER_GENERATOR_IMAGE_NAME ./modules/swagger-generator && if [ ! -z "$TRAVIS_TAG" ]; then docker tag $DOCKER_GENERATOR_IMAGE_NAME:latest $DOCKER_GENERATOR_IMAGE_NAME:$TRAVIS_TAG; fi && if [ ! -z "$TRAVIS_TAG" ] || [ "$TRAVIS_BRANCH" = "3.0.0" ]; then docker push $DOCKER_GENERATOR_IMAGE_NAME; fi; fi
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ script:
34
34
- set -e
35
35
# run integration tests defined in maven pom.xml
36
36
- cp pom.xml.bash pom.xml
37
- - mvn --batch-mode verify -Psamples
37
+ # - mvn --batch-mode verify -Psamples
You can’t perform that action at this time.
0 commit comments