Skip to content

Commit

Permalink
Fix various CI issues (OpenAPITools#1722)
Browse files Browse the repository at this point in the history
* fix shippable failure

* fix warning in javadoc, test ruby in shippable

* update mvn command

* move ruby test to circleci

* remove additional option
  • Loading branch information
wing328 authored Dec 21, 2018
1 parent 25242d3 commit d01d1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,6 @@
<module>samples/client/petstore/typescript-angular-v4.3/npm</module>
<module>samples/client/petstore/typescript-angular-v6-provided-in-root</module>
<!--<module>samples/client/petstore/bash</module>-->
<module>samples/openapi3/client/petstore/ruby</module>
<module>samples/server/petstore/rust-server</module>
</modules>
</profile>
Expand Down Expand Up @@ -1160,6 +1159,7 @@
</activation>
<modules>
<!-- clients -->
<module>samples/openapi3/client/petstore/ruby</module>
<!-- test java-related projects -->
<module>samples/client/petstore/scala-akka</module>
<module>samples/client/petstore/scala-httpclient</module>
Expand Down
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ build:
- elixir --version
- mix --version
# test samples defined in pom.xml
- mvn --quiet verify -P samples.shippable
- mvn --quiet verify -P samples.shippable -Dmaven.javadoc.skip=true
# generate all petstore samples (client, servers, doc)
- ./bin/run-all-petstore
# generate all petstore samples (openapi3)
Expand Down

0 comments on commit d01d1ce

Please sign in to comment.