HBASE-12232 Suppress dots during svn commit in publish_hbase_website.sh
This commit is contained in:
parent
3ccfb2baad
commit
ed3be21e7f
|
@ -234,6 +234,6 @@ else
|
|||
changed the size of the website by $SVN_SIZE_DIFF MB and the number of files \
|
||||
by $SVN_NUM_DIFF files." |tee /tmp/commit.txt
|
||||
cat /tmp/out.txt >> /tmp/commit.txt
|
||||
svn commit -F /tmp/commit.txt
|
||||
svn commit -q -F /tmp/commit.txt
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue