Marvel: Ensure marvel is not deployed
In order to not accidentally release marvel in its current state this removes marvel in the S3 upload as well as not deploying marvel to artifactory. Original commit: elastic/x-pack-elasticsearch@cb6088e18b
This commit is contained in:
parent
2f93428f22
commit
8934f3436b
|
@ -22,6 +22,7 @@
|
||||||
<elasticsearch.integ.antfile>dev-tools/integration-tests.xml</elasticsearch.integ.antfile>
|
<elasticsearch.integ.antfile>dev-tools/integration-tests.xml</elasticsearch.integ.antfile>
|
||||||
<tests.rest.suite>marvel</tests.rest.suite>
|
<tests.rest.suite>marvel</tests.rest.suite>
|
||||||
<tests.rest.load_packaged>false</tests.rest.load_packaged>
|
<tests.rest.load_packaged>false</tests.rest.load_packaged>
|
||||||
|
<deploy.skip>true</deploy.skip>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue