mirror of https://gitee.com/bigwinds/arangodb
only remove EXPERIMENTAL if present
This commit is contained in:
parent
ad11685034
commit
f5a88e1d17
|
@ -67,7 +67,7 @@ case "$TAG" in
|
|||
;;
|
||||
|
||||
*)
|
||||
git rm -f EXPERIMENTAL
|
||||
if test -f EXPERIMENTAL; then git rm -f EXPERIMENTAL; fi
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue