Change "samples" profile name to "samples.shippable" (#305)

This commit is contained in:
Jérémie Bresson 2018-06-13 15:05:20 +02:00 committed by GitHub
parent 6f6a4a1013
commit f964873a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -840,7 +840,7 @@
</modules>
</profile>
<profile>
<id>samples</id>
<id>samples.shippable</id>
<activation>
<property>
<name>env</name>

View File

@ -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