Skip to content

Commit

Permalink
Merge pull request #392 from akmorrow13/release-fixes
Browse files Browse the repository at this point in the history
fix for dirty jars in jenkins-test
  • Loading branch information
akmorrow13 authored Apr 12, 2018
2 parents 3da2133 + 8267509 commit 68f54c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/jenkins-test
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ echo "Testing MANGO version ${VERSION} on Spark ${SPARK_VERSION} and Hadoop ${HA
# clean the targets first
mvn clean

# clear distribution in case there are residual jars
rm -rf mango-distribution/target/

# if this is a pull request, we need to set the coveralls pr id
if [[ ! -z $ghprbPullId ]];
then
Expand Down

0 comments on commit 68f54c4

Please sign in to comment.