Reduce verbosity of build

This commit is contained in:
Kris De Volder
2017-04-04 08:37:09 -07:00
parent bc60320113
commit 07ac74e443

View File

@@ -4,7 +4,7 @@ workdir=`pwd`
#if [ -d "maven-cache" ]; then
echo "Prepopulating maven cache"
tar xzvf maven-cache/*.tar.gz -C ${HOME}
tar xzf maven-cache/*.tar.gz -C ${HOME}
#else
# echo "!!!No stored maven cache found!!! "
# echo "!!!This may slow down the build!!!"