HBASE-12488 Small bug in publish_hbase_website.sh script
This commit is contained in:
parent
0255fc2bf1
commit
9ea80f8f11
|
@ -90,7 +90,7 @@ if [ $INTERACTIVE ]; then
|
|||
[Yy]* )
|
||||
mvn clean package javadoc:aggregate site site:stage -DskipTests
|
||||
status=$?
|
||||
if [ $status != 0 ]; then
|
||||
if [ $status -ne 0 ]; then
|
||||
echo "The website does not build. Aborting."
|
||||
exit $status
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue