Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADAM-1038] Eliminate writing to /tmp during CI builds. #1127

Closed

Commits on Aug 25, 2016

  1. [ADAM-1038] Eliminate writing to /tmp during CI builds.

    Resolves bigdatagenomics#1038. When running `scripts/jenkins-test`, we make a temp dir where all
    test files are written. We modify our `pom.xml`s at test time so that this temp
    dir is passed as `java.io.tmpdir` when running scalatest, and then clean the temp
    dir at the end of the CI build.
    fnothaft committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    6e28504 View commit details
    Browse the repository at this point in the history