Skip to content

Commit

Permalink
If build is successful, do not upload the junit reports to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanik committed Nov 22, 2017
1 parent f46aaa1 commit fa713d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -96,6 +96,9 @@ script:
./gradlew cloudfoundry-identity-uaa:test -Dspring.profiles.active=${TESTENV} --tests=org.cloudfoundry.identity.uaa.db.DatabaseConnectTest;
fi

after_success:
- for i in $(find $HOME/build/cloudfoundry/uaa-release/src/uaa -name reports -type d); do rm -rf $i; done

addons:
artifacts:
key:
Expand Down

0 comments on commit fa713d0

Please sign in to comment.