forked from loafle/openapi-generator-original
Change "samples" profile name to "samples.shippable" (#305)
This commit is contained in:
parent
6f6a4a1013
commit
f964873a2d
@ -840,7 +840,7 @@
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>samples</id>
|
||||
<id>samples.shippable</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>env</name>
|
||||
|
@ -31,6 +31,6 @@ build:
|
||||
- elixir --version
|
||||
- mix --version
|
||||
# test samples defined in pom.xml
|
||||
- mvn --quiet verify -P samples -f CI/pom.xml.shippable
|
||||
- mvn --quiet verify -P samples.shippable -f CI/pom.xml.shippable
|
||||
# generate all petstore samples (client, servers, doc)
|
||||
- ./bin/run-all-petstore
|
||||
|
Loading…
x
Reference in New Issue
Block a user