Skip to content

Commit

Permalink
1) upload.sh pushes up to artifacts/releases
Browse files Browse the repository at this point in the history
2) Delete some commented stuff in build.sh
  • Loading branch information
cheddar committed Jul 18, 2013
1 parent dcc9942 commit d4afeb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ SCRIPT_DIR=`pwd`
popd

VERSION=`cat pom.xml | grep version | head -4 | tail -1 | sed 's_.*<version>\([^<]*\)</version>.*_\1_'`
#TAR_FILE=${SCRIPT_DIR}/${PROJECT}-${VERSION}.tar.gz
#rm -f ${TAR_FILE}

echo Using Version[${VERSION}]

Expand Down
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
# Script to upload tarball of assembly build to static.druid.io for serving
#
s3cmd put services/target/druid-services-*-bin.tar.gz s3://static.druid.io/artifacts/
s3cmd put services/target/druid-services-*-bin.tar.gz s3://static.druid.io/artifacts/releases

0 comments on commit d4afeb5

Please sign in to comment.