Skip to content

Commit

Permalink
copy the downloaded files (from s3) R directory to target/R ..for the…
Browse files Browse the repository at this point in the history
… cases where target/h2o.jar is also copied/overwritten
  • Loading branch information
Kevin Normoyle committed Jan 29, 2014
1 parent 86faa79 commit ddee1b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions get_s3_jar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ cp -f ./h2o*$version/h2o.jar target/h2o.jar
cp -f ./latest_h2o_jar_version target/latest_h2o_jar_version

echo "copying the downloaded R dir to target/R"
# rm the dir in case any old files in there
rm -f -r target/R
cp -f -r ./h2o*$version/R target/R

# this is the one we point the R tests to. but we want a generic, no version name for them (like h2o/target)
Expand Down

0 comments on commit ddee1b5

Please sign in to comment.