mirror of https://gitee.com/bigwinds/arangodb
fixed removal of EXPERIMENTAL
This commit is contained in:
parent
8391084c15
commit
ad11685034
|
@ -64,6 +64,9 @@ cd Documentation/Books; make
|
|||
|
||||
case "$TAG" in
|
||||
*-alpha*|*-beta*|devel)
|
||||
;;
|
||||
|
||||
*)
|
||||
git rm -f EXPERIMENTAL
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue