Skip to content

Commit

Permalink
fix s3 deployment for stratosphere YARN version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Mar 5, 2014
1 parent 2242e76 commit f8a8173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy_to_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if [[ $TRAVIS_PULL_REQUEST == "false" ]] ; then
# cd ..
echo "Uploading build to amazon s3. Job Number: $TRAVIS_JOB_NUMBER"
mkdir stratosphere
cp -r stratosphere-dist/target/stratosphere-dist-$CURRENT_STRATOSPHERE_VERSION-bin/stratosphere-$CURRENT_STRATOSPHERE_VERSION/* stratosphere/
cp -r stratosphere-dist/target/stratosphere-dist-*-bin/stratosphere*/* stratosphere/
tar -czf stratosphere-$CURRENT_STRATOSPHERE_VERSION.tgz stratosphere

# upload the two in parallel
Expand Down

0 comments on commit f8a8173

Please sign in to comment.