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

kyork pushed a commit to branch release/0.24
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/release/0.24 by this push:
     new 53767a8  update publish script.
53767a8 is described below

commit 53767a82c427d76ecfebde7163b064500bee5150
Author: YorkShen <[email protected]>
AuthorDate: Mon May 6 20:20:16 2019 +0800

    update publish script.
---
 scripts/publish_release_candidate.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/publish_release_candidate.sh 
b/scripts/publish_release_candidate.sh
index 632a326..f32a62e 100755
--- a/scripts/publish_release_candidate.sh
+++ b/scripts/publish_release_candidate.sh
@@ -18,6 +18,7 @@
 
 # git tag "$1-$2"
 # git push "$3" "$1-$2"
+rm -rf "$TMPDIR""weex"
 svn checkout https://dist.apache.org/repos/dist/dev/incubator/weex/ 
"$TMPDIR""weex"
 mkdir -p "$TMPDIR""weex/""$1/$2"
 echo "$TMPDIR""weex/""$1/$2"

Reply via email to