This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch HBASE-28694
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/HBASE-28694 by this push:
new 31d551115c1 debug
31d551115c1 is described below
commit 31d551115c1c1e10c5ee20a3767e7974a4c09779
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Jun 28 12:05:14 2024 +0800
debug
---
dev-support/hbase_nightly_source-artifact.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/hbase_nightly_source-artifact.sh
b/dev-support/hbase_nightly_source-artifact.sh
index 5d1e492dbe5..a436313666e 100755
--- a/dev-support/hbase_nightly_source-artifact.sh
+++ b/dev-support/hbase_nightly_source-artifact.sh
@@ -222,7 +222,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
-${MVN} help:active-profiles | grep -q hadoop-3.0
+${MVN} help:active-profiles | grep hadoop-3.0
if [ $? -ne 0 ]; then
echo "The hadoop-3.0 profile is not activated by default, build a hadoop3
tarball."
# move the previous tarballs out, so it will not be cleaned while building
against hadoop3