mirror of https://gitee.com/bigwinds/arangodb
add examples by force
This commit is contained in:
parent
ed2529efe9
commit
0368265024
|
@ -46,6 +46,8 @@ make || exit 1
|
||||||
make examples || exit 1
|
make examples || exit 1
|
||||||
make swagger || exit 1
|
make swagger || exit 1
|
||||||
|
|
||||||
|
git add -f Documentation/Examples/*.generated
|
||||||
|
|
||||||
if [ "$TAG" == "1" ]; then
|
if [ "$TAG" == "1" ]; then
|
||||||
git commit -m "release version $VERSION" -a
|
git commit -m "release version $VERSION" -a
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue