This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new 10900493ca0 update remove-non-reserved-dir.sh 10900493ca0 is described below commit 10900493ca00368b367ffbbd7e80dcdf41961fc6 Author: morningman <morning...@163.com> AuthorDate: Fri Jun 17 23:07:22 2022 +0800 update remove-non-reserved-dir.sh --- remove-non-reserved-dir.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/remove-non-reserved-dir.sh b/remove-non-reserved-dir.sh index ea85f1c8351..add63f0cc2e 100644 --- a/remove-non-reserved-dir.sh +++ b/remove-non-reserved-dir.sh @@ -6,14 +6,11 @@ ROOT=`dirname "$0"` ROOT=`cd "$ROOT"; pwd` reserved=( -branch-0.11 -branch-0.12 -branch-0.13 -branch-0.14 -branch-0.15 0.15 1.0 -incubator-doris +assets +zh-CN +doris remove-non-reserved-dir.sh versions.json .asf.yaml @@ -43,3 +40,4 @@ do rm -rf $ROOT/$file fi done + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org