This is an automated email from the ASF dual-hosted git repository.
joshfischer pushed a commit to branch joshfischer/site-tweaks
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/joshfischer/site-tweaks by
this push:
new a7e8405 removing incorrect rm command
a7e8405 is described below
commit a7e8405d108f0aa57c3251e2294a9bd17d29b54a
Author: Josh Fischer <[email protected]>
AuthorDate: Sat Dec 7 21:18:10 2019 -0600
removing incorrect rm command
---
website2/website/scripts/publish_site.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/website2/website/scripts/publish_site.sh
b/website2/website/scripts/publish_site.sh
index d6c418a..b313aba 100755
--- a/website2/website/scripts/publish_site.sh
+++ b/website2/website/scripts/publish_site.sh
@@ -39,7 +39,6 @@ HERON_SITE_TMP=/tmp/heron-site
git checkout asf-site
# copy the generated dir
- rm $HERON_SITE_TMP/.htaccess
cp -r $WORK_DIR/* $HERON_SITE_TMP/content
cp -a ${ROOT_DIR}/.htaccess ${ROOT_DIR}/content
# push all of the results to asf-site branch