mirror of https://github.com/apache/druid.git
1) upload.sh pushes up to artifacts/releases
2) Delete some commented stuff in build.sh
This commit is contained in:
parent
dcc9942d8a
commit
d4afeb5ebe
2
build.sh
2
build.sh
|
@ -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}]
|
||||
|
||||
|
|
Loading…
Reference in New Issue