You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/06/17 15:08:23 UTC

[doris-website] branch asf-site updated: update remove-non-reserved-dir.sh

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 <mo...@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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org