HBASE-19659 Enable -x in make_rc.sh so logs where it is in execution
This commit is contained in:
parent
d4aeba89f4
commit
581f168f6e
|
@ -26,7 +26,7 @@
|
|||
# Presumes that dev-support/generate-hadoopX-poms.sh has already been run.
|
||||
# Presumes your settings.xml all set up so can sign artifacts published to mvn, etc.
|
||||
|
||||
set -e
|
||||
set -e -x
|
||||
|
||||
# Script checks out a tag, cleans the checkout and then builds src and bin
|
||||
# tarballs. It then deploys to the apache maven repository.
|
||||
|
|
Loading…
Reference in New Issue