Remove clean before publish

This commit is contained in:
Seth Goings 2014-07-28 14:39:39 -06:00
parent 00f6fb2ca6
commit a55f291575

View File

@ -9,5 +9,4 @@ env:
- secure: Gao6KTkCbqrdCDI2hQswh1v+SpHBeF4hR1WXmCe9gjmPyJb731K2eWigQOrhPOw7Ns3nubo1FwCb5YevYmwPMLryh0f4sKJyqLL1MLbffNl5GttNF2oO3p73cJpgBfHdzabAMwAYGYbneqUZ0Qn4K8RkzXUaoBDv465KmZhqbA0=
script: "./test/ci.sh"
after_success:
- make clean build
- "./gradlew artifactoryPublish"