You are viewing a plain text version of this content. The canonical link for it is here.
Posted to distributedlog-commits@bookkeeper.apache.org by si...@apache.org on 2017/10/23 10:26:45 UTC

[distributedlog] 01/01: Fix publish-website.sh on cloning apache repo

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch debug_postcommit_job
in repository https://gitbox.apache.org/repos/asf/distributedlog.git

commit 49e6ce180393c6be5f5feb57e530ec408a839e19
Author: Sijie Guo <si...@apache.org>
AuthorDate: Mon Oct 23 03:25:18 2017 -0700

    Fix publish-website.sh on cloning apache repo
---
 website/scripts/publish-website.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/scripts/publish-website.sh b/website/scripts/publish-website.sh
index 6d05504..2758a5d 100755
--- a/website/scripts/publish-website.sh
+++ b/website/scripts/publish-website.sh
@@ -23,7 +23,7 @@
 
 CONTENT_ROOT_DIR=$1
 TMP_DIR=/tmp/distributedlog-site-tmp
-ORIGIN_REPO=$(git remote show apache | grep 'Push  URL' | awk -F// '{print $NF}')
+ORIGIN_REPO=$(git remote show origin | grep 'Push  URL' | awk -F// '{print $NF}')
 # ORIGIN_REPO=$(git remote show origin | grep 'Push  URL' | awk -F// '{print $NF}')
 echo "ORIGIN_REPO: $ORIGIN_REPO"
 

-- 
To stop receiving notification emails like this one, please contact
"distributedlog-commits@bookkeeper.apache.org" <di...@bookkeeper.apache.org>.