You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2018/03/04 03:33:56 UTC

hbase git commit: HBASE-20070 addendum for missing echo. Website generation is failing.

Repository: hbase
Updated Branches:
  refs/heads/master ff550edab -> 485af49e5


HBASE-20070 addendum for missing echo. Website generation is failing.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/485af49e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/485af49e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/485af49e

Branch: refs/heads/master
Commit: 485af49e53cb38e2af4635f2c3bc0b33e15ba0a1
Parents: ff550ed
Author: Sean Busbey <bu...@apache.org>
Authored: Sat Mar 3 00:25:20 2018 -0600
Committer: Apekshit Sharma <ap...@apache.org>
Committed: Sun Mar 4 09:03:19 2018 +0530

----------------------------------------------------------------------
 dev-support/jenkins-scripts/generate-hbase-website.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/485af49e/dev-support/jenkins-scripts/generate-hbase-website.sh
----------------------------------------------------------------------
diff --git a/dev-support/jenkins-scripts/generate-hbase-website.sh b/dev-support/jenkins-scripts/generate-hbase-website.sh
index 0d7af75..c25c895 100644
--- a/dev-support/jenkins-scripts/generate-hbase-website.sh
+++ b/dev-support/jenkins-scripts/generate-hbase-website.sh
@@ -263,7 +263,7 @@ echo "Change set saved to patch ${working_dir}/${CURRENT_HBASE_COMMIT}.patch"
 if [ -n "${publish}" ]; then
   echo "Publishing changes to remote repo..."
   if git push origin asf-site; then
-    "changes pushed."
+    echo "changes pushed."
   else
     echo "Failed to push to asf-site. Website not updated."
     exit 1