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 <[email protected]>
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
"[email protected]" 
<[email protected]>.

Reply via email to